Click or drag to resize

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

Property Value

Type: NullableInt64
See Also