Delete record for specified key.
Return whether record existed on server before deletion.
The policy specifies the transaction timeout.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.2)
Syntax
Parameters
- policy
- Type: Aerospike.Client WritePolicy
delete configuration parameters, pass in null for defaults
- key
- Type: Aerospike.Client Key
unique record identifier
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if delete fails |
See Also