Overload List
Name | Description | |
---|---|---|
![]() | Delete(WritePolicy, Key) |
Delete record for specified key.
Return whether record existed on server before deletion.
The policy specifies the transaction timeout.
(Inherited from IAerospikeClient.) |
![]() | Delete(WritePolicy, CancellationToken, Key) |
Asynchronously delete record for specified key.
Create listener, call asynchronous delete and return task monitor.
The policy specifies the transaction timeout. |
See Also