KVSKVSClientGetHeader(AerospikeRequestPayload, CallOptions) Method

Get a single record header containing metadata like generation, expiration

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AerospikeResponsePayload GetHeader(
	AerospikeRequestPayload request,
	CallOptions options
)

Parameters

request  AerospikeRequestPayload
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

AerospikeResponsePayload
The response received from the server.

See Also