PostCursorBodyMemoryLimit Property |
The maximum number of memory (measured in bytes) that the query is allowed to use.
If set, then the query will fail with error “resource limit exceeded”
in case it allocates too much memory.
A value of 0 indicates that there is no memory limit.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? MemoryLimit { get; set; }
Public Property MemoryLimit As Long?
Get
Set
public:
property Nullable<long long> MemoryLimit {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member MemoryLimit : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also