AzureDatabricksDeltaLakeSourceResponse

data class AzureDatabricksDeltaLakeSourceResponse(val disableMetricsCollection: Any? = null, val exportSettings: AzureDatabricksDeltaLakeExportCommandResponse? = null, val maxConcurrentConnections: Any? = null, val query: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)

A copy activity Azure Databricks Delta Lake source.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Any? = null, exportSettings: AzureDatabricksDeltaLakeExportCommandResponse? = null, maxConcurrentConnections: Any? = null, query: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

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
val query: Any? = null

Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).

Link copied to clipboard
val sourceRetryCount: Any? = null

Source retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sourceRetryWait: Any? = null

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

Copy source type. Expected value is 'AzureDatabricksDeltaLakeSource'.