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

Unique() public méthode

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