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; }
Public Property FullCount As Long?
Get
Set
public:
property Nullable<long long> FullCount {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member FullCount : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also