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

Fields() public method

Determines an array of attribute paths in the collection with hash, fulltext, geo or skiplist indexes.
public Fields ( ) : AIndex
return AIndex
        public AIndex Fields(params string[] values)
        {
            _parameters.Array(ParameterName.Fields, values);
        	
        	return this;
        }