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; }
Public Property Count As Long
Get
Set
public:
virtual property long long Count {
long long get () sealed;
void set (long long value) sealed;
}
abstract Count : int64 with get, set
override Count : int64 with get, set
Property Value
Type:
Int64Implements
ICursorResponseTCountSee Also