CouchbaseClientSection MaxViewRetries Property Couchbase .NET SDK 2.0
The maximum number of times the client will retry a View operation if it has failed for a retriable reason.

Namespace: Couchbase.Configuration.Client.Providers
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
See Also