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;
        }