ClientConfigurationMaxViewRetries Property |
The upper limit for the number of times a View request that has failed will be retried.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int MaxViewRetries { get; set; }
Public Property MaxViewRetries As Integer
Get
Set
public:
property int MaxViewRetries {
int get ();
void set (int value);
}
member MaxViewRetries : int with get, set
Property Value
Type:
Int32
RemarksNote that not all failures are re-tried
See Also