File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,12 @@ type CreateCollectionOptions struct {
88
88
KeyOptions * CollectionKeyOptions `json:"keyOptions,omitempty"`
89
89
// This field is used for internal purposes only. DO NOT USE.
90
90
DistributeShardsLike string `json:"distributeShardsLike,omitempty"`
91
- // TODO: Document me
91
+ // Set to create a smart edge or vertex collection.
92
+ // This requires ArangoDB enterprise.
92
93
IsSmart bool `json:"isSmart,omitempty"`
93
- // TODO: Document me
94
+ // This field must be set to the attribute that will be used for sharding or smart graphs.
95
+ // All vertices are required to have this attribute set. Edges derive the attribute from their connected vertices.
96
+ // This requires ArangoDB enterprise.
94
97
SmartGraphAttribute string `json:"smartGraphAttribute,omitempty"`
95
98
}
96
99
You can’t perform that action at this time.
0 commit comments