Click or drag to resize
ClientConfigurationMaxViewRetries Property
The upper limit for the number of times a View request that has failed will be retried.

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

Property Value

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