DeleteValueKVStoreRequest¶
Purpose¶
Find a value by its key in the KV-store and delete both the key and the value.
Type¶
Reception:
Records with fields:
Storage Key
: StorageKeyV1
The key that that identifies the piece of data that should be removed from the KV-store.
Triggers
Records with fields:
Storage Key
: StorageKeyV1
The key that that identifies the piece of data in the KV-store.
Success Operation
: SuccessOperationV1
The success of the operation, indicating that the KV-pair was deleted successfully or not.
Behavior¶
Finds a value by its key in the KV-store and delete both the key and the value.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local KV Storage Engine: DeleteValueKVStoreRequest
Local KV Storage Engine -->>- Any Local Engine: DeleteValueKVStoreResponse
%% --8<-- [end:sequence]