Package version:
Optional
connectionThe connection string for the datasource.
The data container for the datasource.
Optional
dataThe data change detection policy for the datasource.
Optional
dataThe data deletion detection policy for the datasource.
Optional
descriptionThe description of the datasource.
Optional
encryptionA description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your datasource definition when you want full assurance that no one, not even Microsoft, can decrypt your data source definition in Azure Cognitive Search. Once you have encrypted your data source definition, it will always remain encrypted. Azure Cognitive Search will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your datasource definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019.
Optional
etagThe ETag of the DataSource.
Optional
identityAn explicit managed identity to use for this datasource. If not specified and the connection string is a managed identity, the system-assigned managed identity is used. If not specified, the value remains unchanged. If "none" is specified, the value of this property is cleared.
The name of the datasource.
The type of the datasource. Possible values include: 'AzureSql', 'CosmosDb', 'AzureBlob', 'AzureTable', 'MySql', 'AdlsGen2'
Represents a datasource definition, which can be used to configure an indexer.