KVSKVSClientWrite(AerospikeRequestPayload, CallOptions) Method
Write a single record
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AerospikeResponsePayload Write(
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.