| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.AZURE_BLOB
Static value azureblob for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.AZURE_SQL
Static value azuresql for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.AZURE_TABLE
Static value azuretable for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.COSMOS_DB
Static value cosmosdb for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.MY_SQL
Static value mysql for SearchIndexerDataSourceType.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexerDataSourceType |
SearchIndexerDataSourceType.fromString(String name)
Creates or finds a SearchIndexerDataSourceType from its string representation.
|
SearchIndexerDataSourceType |
SearchIndexerDataSourceConnection.getType()
Get the type property: The type of the datasource.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerDataSourceConnection |
SearchIndexerDataSourceConnection.setType(SearchIndexerDataSourceType type)
Set the type property: The type of the datasource.
|
| Constructor and Description |
|---|
SearchIndexerDataSourceConnection(String name,
SearchIndexerDataSourceType type,
String connectionString,
SearchIndexerDataContainer container)
Constructor of
SearchIndexerDataSourceConnection. |
Copyright © 2020 Microsoft Corporation. All rights reserved.