ClientConfigurationViewHardTimeout Property |
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 (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ViewHardTimeout { get; set; }
Public Property ViewHardTimeout As Integer
Get
Set
public:
property int ViewHardTimeout {
int get ();
void set (int value);
}
member ViewHardTimeout : int with get, set
Property Value
Type:
Int32
See Also