IAerospikeClient.Delete Method

Overload List

Delete(WritePolicy, Key) Delete record for specified key. Return whether record existed on server before deletion. The policy specifies the command timeout.
Delete(BatchPolicy, BatchDeletePolicy, Key[]) Delete records for specified keys. If a key is not found, the corresponding result resultCode will be KEY_NOT_FOUND_ERROR.

Requires server version 6.0+

See Also