Uses of Class
com.azure.search.documents.indexes.models.DataChangeDetectionPolicy
Packages that use DataChangeDetectionPolicy
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
Uses of DataChangeDetectionPolicy in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type DataChangeDetectionPolicyModifier and TypeMethodDescriptionSearchIndexerDataSources.createFromAzureSql(String dataSourceName, String sqlConnectionString, String tableOrViewName, String description, DataChangeDetectionPolicy changeDetectionPolicy, DataDeletionDetectionPolicy deletionDetectionPolicy) Creates a newSearchIndexerDataSourceConnectionto connect to an Azure SQL database. -
Uses of DataChangeDetectionPolicy in com.azure.search.documents.indexes.models
Subclasses of DataChangeDetectionPolicy in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines a data change detection policy that captures changes based on the value of a high water mark column.final classDefines a data change detection policy that captures changes using the Integrated Change Tracking feature of Azure SQL Database.Methods in com.azure.search.documents.indexes.models that return DataChangeDetectionPolicyModifier and TypeMethodDescriptionstatic DataChangeDetectionPolicyDataChangeDetectionPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataChangeDetectionPolicy from the JsonReader.SearchIndexerDataSourceConnection.getDataChangeDetectionPolicy()Get the dataChangeDetectionPolicy property: The data change detection policy for the datasource.Methods in com.azure.search.documents.indexes.models with parameters of type DataChangeDetectionPolicyModifier and TypeMethodDescriptionSearchIndexerDataSourceConnection.setDataChangeDetectionPolicy(DataChangeDetectionPolicy dataChangeDetectionPolicy) Set the dataChangeDetectionPolicy property: The data change detection policy for the datasource.