PostCursorBodyCount Property |
Whether the number of documents in the result set should be returned
in
Count.
Calculating the “count” attribute might have a performance impact for some queries
so this option is turned off by default, and “count” is only returned when requested.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Count { get; set; }
Public Property Count As Boolean?
Get
Set
public:
property Nullable<bool> Count {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Count : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also