Click or drag to resize

PostCursorOptionsMaxWarningCount Property

Limits the maximum number of warnings a query will return. The number of warnings a query will return is limited to 10 by default, but that number can be increased or decreased by setting this attribute.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public long? MaxWarningCount { get; set; }

Property Value

Type: NullableInt64
See Also