SearchIndexerCache Class

Definition

The SearchIndexerCache.

public class SearchIndexerCache
type SearchIndexerCache = class
Public Class SearchIndexerCache
Inheritance
SearchIndexerCache

Constructors

SearchIndexerCache()

Initializes a new instance of SearchIndexerCache.

Properties

EnableReprocessing

Specifies whether incremental reprocessing is enabled.

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. Please note SearchIndexerDataIdentity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity.

Methods

SetStorageConnectionString(String)

Sets the Azure.Search.Documents.Indexes.Models.SearchIndexerCache.StorageConnectionString for the Search indexer cache.

Applies to