The maximum amount of time that a View will request take before timing out. Note this includes time for retries, etc.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ViewHardTimeout { get; set; }
public int ViewHardTimeout { get; set; }
Public Property ViewHardTimeout As Integer
Get
Set
Public Property ViewHardTimeout As Integer
Get
Set
public:
property int ViewHardTimeout {
int get ();
void set (int value);
}
public:
property int ViewHardTimeout {
int get ();
void set (int value);
}
member ViewHardTimeout : int with get, set
member ViewHardTimeout : int with get, set
Property Value
Type:
Int32
RemarksDefault is 30000ms
See Also