Click or drag to resize

PostCursorBodyCount Property

Whether the number of documents in the result set should be returned in Count. Calculating the “count” attribute might have a performance impact for some queries so this option is turned off by default, and “count” is only returned when requested.

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

Property Value

Type: NullableBoolean
See Also