QueryPolicyFailOnClusterChange Property

Terminate query if cluster is in migration state. If the server supports partition queries or the query filter is null (scan), this field is ignored. Default: false

Definition

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

Property Value

Boolean

See Also