BackgroundExecutePolicyRecordExistsAction Property

Qualify how to handle writes where the record already exists. Default: RecordExistsAction.UPDATE

Definition

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

Property Value

RecordExistsAction

See Also