IndexerChangeTrackingState 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.
Represents the change tracking state during an indexer's execution.
public class IndexerChangeTrackingState
type IndexerChangeTrackingState = class
Public Class IndexerChangeTrackingState
- Inheritance
-
IndexerChangeTrackingState
Properties
AllDocumentsFinalState |
Change tracking state value when indexing finishes on all documents in the datasource. |
AllDocumentsInitialState |
Change tracking state used when indexing starts on all documents in the datasource. |
ResetDocumentsFinalState |
Change tracking state value when indexing finishes on select, reset documents in the datasource. |
ResetDocumentsInitialState |
Change tracking state used when indexing starts on select, reset documents in the datasource. |
Applies to
Azure SDK for .NET