Optional
is(Enterprise Edition cluster only.) If set to true
, the graph will be
created as a Disjoint SmartGraph.
Default: false
Optional
is(Enterprise Edition cluster only.) If set to true
, the graph will be
created as a SmartGraph.
Default: false
Optional
number(Cluster only.) Number of shards that is used for every collection within this graph.
Has no effect when replicationFactor
is set to "satellite"
.
Optional
orphanAdditional vertex collections. Documents within these collections do not have edges within this graph.
Optional
replication(Cluster only.) Replication factor used when initially creating collections for this graph.
Default: 1
Optional
satellites?: (string | ArangoCollection)[](Enterprise Edition cluster only.) Collections to be included in a Hybrid SmartGraph.
Optional
smart(Enterprise Edition cluster only.) Attribute containing the shard key value to use for smart sharding.
Optional
waitIf set to true
, the request will wait until all modifications have been
synchronized to disk before returning successfully.
Default: false
Optional
write(Cluster only.) Write concern for new collections in the graph.
Has no effect when replicationFactor
is set to "satellite"
.
Generated using TypeDoc
Option for creating a graph.