Sets the timeout for each HTTP View request.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ViewRequestTimeout { get; set; }
public int ViewRequestTimeout { get; set; }
Public Property ViewRequestTimeout As Integer
Get
Set
Public Property ViewRequestTimeout As Integer
Get
Set
public:
property int ViewRequestTimeout {
int get ();
void set (int value);
}
public:
property int ViewRequestTimeout {
int get ();
void set (int value);
}
member ViewRequestTimeout : int with get, set
member ViewRequestTimeout : int with get, set
Property Value
Type:
Int32
RemarksThe default is 5000ms.
RemarksThe value must be greater than Zero and less than 60000ms.
See Also