GraphResultIsSmart Property |
Indicates whether the graph is a SmartGraph (Enterprise Edition only).
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsSmart { get; set; }
Public Property IsSmart As Boolean?
Get
Set
public:
property Nullable<bool> IsSmart {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsSmart : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
Returned only in a cluster setup since ArangoDB 3.7,
as this property is not meaningful in a single server.
See Also