Azure Sql Reference Input Data Source Response
data class AzureSqlReferenceInputDataSourceResponse(val database: String? = null, val deltaSnapshotQuery: String? = null, val fullSnapshotQuery: String? = null, val password: String? = null, val refreshRate: String? = null, val refreshType: String? = null, val server: String? = null, val table: String? = null, val type: String, val user: String? = null)
Describes an Azure SQL database reference input data source.
Properties
Link copied to clipboard
This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
Link copied to clipboard
This element is associated with the datasource element. This query is used to fetch data from the sql database.
Link copied to clipboard
This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
Link copied to clipboard
Indicates the type of data refresh option.