Click or drag to resize

PostCollectionBodyShardKeys Property

(The default is [“_key”]): in a cluster, this attribute determines which document attributes are used to determine the target shard for documents. Values of shard key attributes cannot be changed once set. This option is meaningless in a single server setup.

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IEnumerable<string> ShardKeys { get; set; }

Property Value

Type: IEnumerableString
See Also