| 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.createFromAzureBlobStorage(String dataSourceName,
String storageConnectionString,
String containerName,
String pathPrefix,
String description,
DataDeletionDetectionPolicy deletionDetectionPolicy)
Creates a new
SearchIndexerDataSourceConnection to connect to an Azure Blob container. |
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. |
static SearchIndexerDataSourceConnection |
SearchIndexerDataSources.createFromAzureTableStorage(String dataSourceName,
String storageConnectionString,
String tableName,
String query,
String description,
DataDeletionDetectionPolicy deletionDetectionPolicy)
Creates a new
SearchIndexerDataSourceConnection to connect to an Azure Table. |
static SearchIndexerDataSourceConnection |
SearchIndexerDataSources.createFromCosmos(String dataSourceName,
String cosmosConnectionString,
String collectionName,
String query,
Boolean useChangeDetection,
String description,
DataDeletionDetectionPolicy deletionDetectionPolicy)
Creates a new
SearchIndexerDataSourceConnection to connect to a Cosmos database. |
| Modifier and Type | Class and Description |
|---|---|
class |
SoftDeleteColumnDeletionDetectionPolicy
Defines a data deletion detection policy that implements a soft-deletion
strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DataDeletionDetectionPolicy |
SearchIndexerDataSourceConnection.getDataDeletionDetectionPolicy()
Get the dataDeletionDetectionPolicy property: The data deletion
detection policy for the datasource.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerDataSourceConnection |
SearchIndexerDataSourceConnection.setDataDeletionDetectionPolicy(DataDeletionDetectionPolicy dataDeletionDetectionPolicy)
Set the dataDeletionDetectionPolicy property: The data deletion
detection policy for the datasource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.