KVSKVSClientBatchOperate(AerospikeRequestPayload, CallOptions) Method
Process batch requests.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AsyncServerStreamingCall<AerospikeResponsePayload> BatchOperate(
AerospikeRequestPayload request,
CallOptions options
)
- request AerospikeRequestPayload
- The request to send to the server.
- options CallOptions
- The options for the call.
AsyncServerStreamingCallAerospikeResponsePayloadThe call object.