IAerospikeClient.Delete(BatchPolicy, BatchDeletePolicy, Key[]) Method
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+
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
BatchResults Delete(
BatchPolicy batchPolicy,
BatchDeletePolicy deletePolicy,
Key[] keys
)
- batchPolicy BatchPolicy
- batch configuration parameters, pass in null for defaults
- deletePolicy BatchDeletePolicy
- delete configuration parameters, pass in null for defaults
- keys Key[]
- array of unique record identifiers
BatchResults