PostExplainAqlQueryResponseNodeCount Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.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