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

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

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