You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database_graphs.go
+1
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ type CreateGraphOptions struct {
76
76
// IsDisjoint set isDisjoint flag for Graph. Required ArangoDB 3.7+
77
77
IsDisjointbool
78
78
// Satellites contains an array of collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only)
Copy file name to clipboardExpand all lines: database_graphs_impl.go
+1
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ type createGraphAdditionalOptions struct {
168
168
// IsDisjoint set isDisjoint flag for Graph. Required ArangoDB 3.7+
169
169
IsDisjointbool`json:"isDisjoint,omitempty"`
170
170
// Satellites contains an array of collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only)
Copy file name to clipboardExpand all lines: graph_edge_collections.go
+1
Original file line number
Diff line number
Diff line change
@@ -62,5 +62,6 @@ type VertexConstraints struct {
62
62
// CreateEdgeCollectionOptions contains optional parameters for creating a new edge collection
63
63
typeCreateEdgeCollectionOptionsstruct {
64
64
// Satellites contains an array of collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only)
Copy file name to clipboardExpand all lines: graph_vertex_collections.go
+1
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,6 @@ type GraphVertexCollections interface {
49
49
// CreateVertexCollectionOptions contains optional parameters for creating a new vertex collection
50
50
typeCreateVertexCollectionOptionsstruct {
51
51
// Satellites contains an array of collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only)
0 commit comments