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; }
Public Property MaxWarningCount As Long?
Get
Set
public:
property Nullable<long long> MaxWarningCount {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member MaxWarningCount : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also