IAerospikeClient.Delete(WritePolicy, Key) Method
Delete record for specified key.
Return whether record existed on server before deletion.
The policy specifies the command timeout.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
bool Delete(
WritePolicy policy,
Key key
)
- policy WritePolicy
- delete configuration parameters, pass in null for defaults
- key Key
- unique record identifier
Boolean