다음을 통해 공유


SearchIndexerLimits Class

Definition

The SearchIndexerLimits.

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

Properties

MaxDocumentContentCharactersToExtract

The maximum number of characters that will be extracted from a document picked up for indexing.

MaxDocumentExtractionSize

The maximum size of a document, in bytes, which will be considered valid for indexing.

MaxRunTime

The maximum duration that the indexer is permitted to run for one execution.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchIndexerLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchIndexerLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchIndexerLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to