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; }
Public Property SmartGraphAttribute As String
Get
Set
public:
property String^ SmartGraphAttribute {
String^ get ();
void set (String^ value);
}
member SmartGraphAttribute : string with get, set
Property Value
Type:
StringRemarks
(cluster only)
See Also