Policy.sendKey Field
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.
If the key is sent on a read, the server will generate the hash digest from
the key and vildate that digest with the digest sent by the client. Unless
this is the explicit intent of the developer, avoid sending the key on reads.
Default: false (do not send the user defined key)
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
Field Value
Boolean