Click or drag to resize

GetCollectionPropertiesResponseNumberOfShards Property

In a cluster, this value determines the number of shards created for the collection. In a single server setup, this option is meaningless.

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

Property Value

Type: NullableInt32
See Also