PostCursorOptionsMaxRuntime Property |
The query has to be executed within the given runtime or it will be killed.
The value is specified in seconds. A value of 0 means no timeout will be enforced.
The default value is 0 (no timeout).
Available in ArangoDB 3.6 onwards.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public double? MaxRuntime { get; set; }
Public Property MaxRuntime As Double?
Get
Set
public:
property Nullable<double> MaxRuntime {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MaxRuntime : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also