BlobSourceResponse

data class BlobSourceResponse(val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val recursive: Any? = null, val skipHeaderLineCount: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val treatEmptyAsNull: Any? = null, val type: String)

A copy activity Azure Blob source.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Any? = null, maxConcurrentConnections: Any? = null, recursive: Any? = null, skipHeaderLineCount: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, treatEmptyAsNull: 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

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val recursive: Any? = null

If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).

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

Treat empty as null. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Copy source type. Expected value is 'BlobSource'.