QueryPolicySendKey Property

Send user defined key in addition to hash digest on both reads and writes. If the key is sent on a write, the key will be stored with the record on the server. Default: false (do not send the user defined key)

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public bool SendKey { get; set; }

Property Value

Boolean

See Also