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.
|
![]() | 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