GraphResultSmartGraphAttribute Property |
The name of the sharding attribute in smart graph case (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:
StringSee Also