Click or drag to resize

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; }

Property Value

Type: NullableDouble
See Also