SearchIndexerCache Class

Definition

The type of the cache.

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

Constructors

Name Description
SearchIndexerCache()

Initializes a new instance of SearchIndexerCache.

Properties

Name Description
EnableReprocessing

Specifies whether incremental reprocessing is enabled.

Id

A guid for the SearchIndexerCache.

Identity

The user-assigned managed identity used for connections to the enrichment cache. If the connection string indicates an identity (ResourceId) and it's not specified, the system-assigned managed identity is used. On updates to the indexer, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared.

StorageConnectionString

The connection string to the storage account where the cache data will be persisted.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SearchIndexerCache>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchIndexerCache>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerCache>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerCache>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchIndexerCache>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to