| Package | Description |
|---|---|
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexerDataSourceConnection |
SearchIndexerDataSources.createFromAzureSql(String dataSourceName,
String sqlConnectionString,
String tableOrViewName,
String description,
DataChangeDetectionPolicy changeDetectionPolicy,
DataDeletionDetectionPolicy deletionDetectionPolicy)
Creates a new
SearchIndexerDataSourceConnection to connect to an Azure SQL database. |
| Modifier and Type | Class and Description |
|---|---|
class |
HighWaterMarkChangeDetectionPolicy
Defines a data change detection policy that captures changes based on the
value of a high water mark column.
|
class |
SqlIntegratedChangeTrackingPolicy
Defines a data change detection policy that captures changes using the
Integrated Change Tracking feature of Azure SQL Database.
|
| Modifier and Type | Method and Description |
|---|---|
DataChangeDetectionPolicy |
SearchIndexerDataSourceConnection.getDataChangeDetectionPolicy()
Get the dataChangeDetectionPolicy property: The data change detection
policy for the datasource.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerDataSourceConnection |
SearchIndexerDataSourceConnection.setDataChangeDetectionPolicy(DataChangeDetectionPolicy dataChangeDetectionPolicy)
Set the dataChangeDetectionPolicy property: The data change detection
policy for the datasource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.