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 AerospikeClient.) |
![]() | Delete(WritePolicy, DeleteListener, Key) |
Asynchronously delete record for specified key.
Schedule the delete command with a channel selector and return.
Another thread will process the command and send the results to the listener.
The policy specifies the transaction timeout. |
![]() | 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