KVSKVSClientOperate(AerospikeRequestPayload, CallOptions) Method
Perform multiple read/write operations on a single key in one batch call.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AerospikeResponsePayload Operate(
AerospikeRequestPayload request,
CallOptions options
)
- request AerospikeRequestPayload
- The request to send to the server.
- options CallOptions
- The options for the call.
AerospikeResponsePayloadThe response received from the server.