PartitionStatusRetry Property

Indicates this partition should be tried. Should be set to true for the first attempt as well.

Definition

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

Property Value

Boolean

See Also