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

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

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