Azure Databricks Delta Lake Source Args
data class AzureDatabricksDeltaLakeSourceArgs(val disableMetricsCollection: Output<Any>? = null, val exportSettings: Output<AzureDatabricksDeltaLakeExportCommandArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeSourceArgs>
A copy activity Azure Databricks Delta Lake source.
Constructors
Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, exportSettings: Output<AzureDatabricksDeltaLakeExportCommandArgs>? = null, maxConcurrentConnections: Output<Any>? = null, query: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, type: Output<String>)
Properties
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
Azure Databricks Delta Lake export settings.
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry count. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).