Share via


SearchIndexerWarning Class

Definition

Represents an item-level warning.

public class SearchIndexerWarning : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexerWarning>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexerWarning>
type SearchIndexerWarning = class
    interface IJsonModel<SearchIndexerWarning>
    interface IPersistableModel<SearchIndexerWarning>
Public Class SearchIndexerWarning
Implements IJsonModel(Of SearchIndexerWarning), IPersistableModel(Of SearchIndexerWarning)
Inheritance
SearchIndexerWarning
Implements

Properties

Details

Additional, verbose details about the warning to assist in debugging the indexer. This may not be always available.

DocumentationLink

A link to a troubleshooting guide for these classes of warnings. This may not be always available.

Key

The key of the item which generated a warning.

Message

The message describing the warning that occurred while processing the item.

Name

The name of the source at which the warning originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchIndexerWarning>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SearchIndexerWarning>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerWarning>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerWarning>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SearchIndexerWarning>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to