The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.
 Declaration Syntax
 Declaration Syntax| C# | 
public class IndexDocumentsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | IndexDocumentsResult()()()() | Initializes a new instance of the IndexDocumentsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FieldNames | 
            The names of the fields that are currently being indexed.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFieldNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the FieldNames collection
             | 
|  | WithFieldNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the FieldNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IndexDocumentsResult |