QueryPolicyInfoTimeout Property

Timeout in milliseconds for "cluster-stable" info command that is run when failOnClusterChange is true and server version is less than 6.0. Default: 1000

Definition

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

Property Value

UInt32

See Also