IViewQuery RetryAttempts Property Couchbase .NET SDK 2.1.0 Documentation
The number of times the view request was retried if it fails before succeeding or giving up.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
int RetryAttempts { get; set; }

Property Value

Type: Int32
Remarks
Used internally.
See Also