ClientPolicyfailIfNotConnected Field

Should cluster instantiation fail if the client fails to connect to a seed or all the seed's peers.

If true, throw an exception if all seed connections fail or a seed is valid, but all peers from that seed are not reachable.

If false, a partial cluster will be created and the client will automatically connect to the remaining nodes when they become available.

Default: true

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public bool failIfNotConnected

Field Value

Boolean

See Also