Arango.Client.AIndex.Unique C# (CSharp) Method

Unique() public method

Determines if the hash or skiplist index should be unique.
public Unique ( bool value ) : AIndex
value bool
return AIndex
        public AIndex Unique(bool value)
        {
            _parameters.Bool(ParameterName.Unique, value);
        	
        	return this;
        }