IndexDocumentsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response containing the status of operations for all documents in the indexing request.
public class IndexDocumentsResult
public class IndexDocumentsResult : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.IndexDocumentsResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.IndexDocumentsResult>
type IndexDocumentsResult = class
type IndexDocumentsResult = class
interface IJsonModel<IndexDocumentsResult>
interface IPersistableModel<IndexDocumentsResult>
Public Class IndexDocumentsResult
Public Class IndexDocumentsResult
Implements IJsonModel(Of IndexDocumentsResult), IPersistableModel(Of IndexDocumentsResult)
- Inheritance
-
IndexDocumentsResult
- Implements
Properties
Results |
The list of status information for each document in the indexing request. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IndexDocumentsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IndexDocumentsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IndexDocumentsResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IndexDocumentsResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IndexDocumentsResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |