Maximum number of errors allowed per node per errorRateWindow before backoff
algorithm throws AerospikeExceptionBackoff on database
commands to that node. If maxErrorRate is zero, there is no error limit and
the exception will not be thrown.
The counted error types are any error that causes the connection to close (socket errors and client timeouts) and DEVICE_OVERLOAD.
Default: 0
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public int maxErrorRate
Field Value
Type: Int32See Also