CouchbaseClientSection ViewRequestTimeout Property Couchbase .NET SDK 2.0
Sets the timeout for each HTTP View request.

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

Property Value

Type: Int32
Remarks
The default is 5000ms.
Remarks
The value must be greater than Zero and less than 60000ms.
See Also