DataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a datasource definition, which can be used to configure an indexer.
public class DataSource : Microsoft.Azure.Search.Models.IResourceWithETag
type DataSource = class
interface IResourceWithETag
Public Class DataSource
Implements IResourceWithETag
- Inheritance
-
DataSource
- Implements
Constructors
DataSource() |
Initializes a new instance of the DataSource class. |
DataSource(String, DataSourceType, DataSourceCredentials, DataContainer, String, DataChangeDetectionPolicy, DataDeletionDetectionPolicy, String) |
Initializes a new instance of the DataSource class. |
Properties
Container |
Gets or sets the data container for the datasource. |
Credentials |
Gets or sets credentials for the datasource. |
DataChangeDetectionPolicy |
Gets or sets the data change detection policy for the datasource. |
DataDeletionDetectionPolicy |
Gets or sets the data deletion detection policy for the datasource. |
Description |
Gets or sets the description of the datasource. |
ETag |
Gets or sets the ETag of the DataSource. |
Name |
Gets or sets the name of the datasource. |
Type |
Gets or sets the type of the datasource. Possible values include: 'azuresql', 'cosmosdb', 'azureblob', 'azuretable' |
Methods
Applies to
Azure SDK for .NET