Click or drag to resize

PostGraphOptionsNumberOfShards Property

The number of shards that is used for every collection within this graph. Cannot be modified later.

Namespace:  ArangoDBNetStandard.GraphApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int NumberOfShards { get; set; }

Property Value

Type: Int32
Remarks
(cluster only)
See Also