Arango.Client.ACollection.ShardKeys C# (CSharp) Метод

ShardKeys() публичный Метод

Determines which document attributes are used to specify the target shard for documents in cluster environment. Default value: ["_key"].
public ShardKeys ( List value ) : ACollection
value List
Результат ACollection
        public ACollection ShardKeys(List<string> value)
        {
            _parameters.List(ParameterName.ShardKeys, value);

            return this;
        }