PostCursorBodyBatchSize Property |
Maximum number of result documents to be transferred from the server
to the client in one roundtrip. If this attribute is not set,
a server-controlled default value will be used.
A value of 0 is disallowed.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? BatchSize { get; set; }
Public Property BatchSize As Long?
Get
Set
public:
property Nullable<long long> BatchSize {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member BatchSize : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also