Click or drag to resize

CursorResponseTCount Property

the total number of result documents available (only available if the query was executed with the count attribute set)

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

Property Value

Type: Int64

Implements

ICursorResponseTCount
See Also