Arango.Client.AIndex.Sparse C# (CSharp) Метод

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

Determines if the hash or skiplist index should be sparse.
public Sparse ( bool value ) : AIndex
value bool
Результат AIndex
        public AIndex Sparse(bool value)
        {
            _parameters.Bool(ParameterName.Sparse, value);
        	
        	return this;
        }