Click or drag to resize

PostGraphOptions Properties

The PostGraphOptions type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfShards
The number of shards that is used for every collection within this graph. Cannot be modified later.
Public propertyReplicationFactor
The replication factor used when initially creating collections for this graph (Enterprise Edition only).
Public propertySmartGraphAttribute
The attribute name that is used to smartly shard the vertices of a graph. It is required if creating a SmartGraph. Every vertex in this SmartGraph has to have this attribute. Cannot be modified later. (Enterprise Edition only).
Top
See Also