Click or drag to resize

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; }

Property Value

Type: NullableBoolean
Remarks
Returned only in a cluster setup since ArangoDB 3.7, as this property is not meaningful in a single server.
See Also