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;
        }