Uses of Class
com.azure.search.documents.indexes.models.DataChangeDetectionPolicy
Packages that use DataChangeDetectionPolicy
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes 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 newSearchIndexerDataSourceConnection
to 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 class
Defines a data change detection policy that captures changes based on the value of a high water mark column.final class
Defines 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 TypeMethodDescriptionSearchIndexerDataSourceConnection.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.