BackgroundExecutePolicyGeneration Property

Expected generation. Generation is the number of times a record has been modified (including creation) on the server. If a write operation is creating a record, the expected generation would be <code>0</code>. This field is only relevant when generationPolicy is not NONE. The server does not support this field for UDF execute() calls. The read-modify-write usage model can still be enforced inside the UDF code itself. Default: 0

Definition

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

Property Value

UInt32

See Also