Aerospike
C#
C#
Show/Hide TOC
Aerospike
Client
.
Delete(Write
Policy, Key) Method
Delete record for specified key. Return whether record existed on server before deletion. The policy specifies the command timeout.
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
Copy
public
bool
Delete
(
WritePolicy policy, Key key
)
Parameters
policy
WritePolicy
delete configuration parameters, pass in null for defaults
key
Key
unique record identifier
Return Value
Boolean
Implements
IAerospikeClient
.
Delete(WritePolicy, Key)
Exceptions
AerospikeException
if delete fails
See Also
Reference
AerospikeClient Class
Delete Overload
Aerospike.Client Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also