ClientConfiguration.MaxViewRetries Property Couchbase .NET SDK 2.0
The upper limit for the number of times a View request that has failed will be retried.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int MaxViewRetries { get; set; }

Property Value

Type: Int32
Remarks
Note that not all failures are re-tried
See Also