Click or drag to resize

PostGraphOptionsSmartGraphAttribute Property

The attribute name that is used to smartly shard the vertices of a graph. It is required if creating a SmartGraph. Every vertex in this SmartGraph has to have this attribute. Cannot be modified later. (Enterprise Edition only).

Namespace:  ArangoDBNetStandard.GraphApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string SmartGraphAttribute { get; set; }

Property Value

Type: String
Remarks
(cluster only)
See Also