Click or drag to resize

GraphResultNumberOfShards Property

Number of shards created for every new collection in the graph.

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

Property Value

Type: NullableInt32
Remarks
Returned only in a cluster setup since ArangoDB 3.7, as this property is not meaningful in a single server.
See Also