Arango.Client.AIndex.Sparse C# (CSharp) Méthode

Sparse() public méthode

Determines if the hash or skiplist index should be sparse.
public Sparse ( bool value ) : AIndex
value bool
Résultat AIndex
        public AIndex Sparse(bool value)
        {
            _parameters.Bool(ParameterName.Sparse, value);
        	
        	return this;
        }