BackgroundExecutePolicyGenerationPolicy Property

Qualify how to handle record writes based on record generation. The default (NONE) indicates that the generation is not used to restrict writes. 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: GenerationPolicy.NONE

Definition

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

Property Value

GenerationPolicy

See Also