ClientConfiguration ViewHardTimeout Property Couchbase .NET SDK 2.0
The maximum amount of time that a View will request take before timing out. Note this includes time for retries, etc.

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

Property Value

Type: Int32
Remarks
Default is 30000ms
See Also