ICursorResponseTCount Property |
The total number of result documents available
(only available if requested in the initial cursor query).
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Property Count As Long
Get
Set
property long long Count {
long long get ();
void set (long long value);
}
abstract Count : int64 with get, set
Property Value
Type:
Int64See Also