PostGraphBodyIsSmart Property |
(Optional) Defines if the created graph should be smart (Enterprise Edition only).
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic 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:
NullableBoolean
Remarks
(cluster only)
See Also