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
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public bool failIfNotConnected
Field Value
Type: BooleanSee Also