SearchModelFactory.IndexerChangeTrackingState Method
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.
Initializes a new instance of the IndexerChangeTrackingState(String, String, String, String) class.
public static Azure.Search.Documents.Indexes.Models.IndexerChangeTrackingState IndexerChangeTrackingState (string allDocumentsInitialState, string allDocumentsFinalState, string resetDocumentsInitialState, string resetDocumentsFinalState);
static member IndexerChangeTrackingState : string * string * string * string -> Azure.Search.Documents.Indexes.Models.IndexerChangeTrackingState
Public Shared Function IndexerChangeTrackingState (allDocumentsInitialState As String, allDocumentsFinalState As String, resetDocumentsInitialState As String, resetDocumentsFinalState As String) As IndexerChangeTrackingState
Parameters
- allDocumentsInitialState
- String
Change tracking state used when indexing starts on all documents in the datasource.
- allDocumentsFinalState
- String
Change tracking state value when indexing finishes on all documents in the datasource.
- resetDocumentsInitialState
- String
Change tracking state used when indexing starts on select, reset documents in the datasource.
- resetDocumentsFinalState
- String
Change tracking state value when indexing finishes on select, reset documents in the datasource.
Returns
Applies to
Azure SDK for .NET