Click or drag to resize

CursorResponseStatsFullCount Property

When FullCount is used, the fullCount attribute will contain the number of documents in the result before the last top-level LIMIT in the query was applied.

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

Property Value

Type: NullableInt64
See Also