BlobSource interface

A copy activity Azure Blob source.

Extends

Properties

recursive

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

skipHeaderLineCount

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

treatEmptyAsNull

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

type

Copy source type.

Inherited Properties

additionalProperties

Additional properties

disableMetricsCollection

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

maxConcurrentConnections

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

sourceRetryCount

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

sourceRetryWait

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

Property Details

recursive

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

recursive?: any

Property Value

any

skipHeaderLineCount

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

skipHeaderLineCount?: any

Property Value

any

treatEmptyAsNull

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

treatEmptyAsNull?: any

Property Value

any

type

Copy source type.

type: "BlobSource"

Property Value

"BlobSource"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From CopySource.additionalProperties

disableMetricsCollection

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

disableMetricsCollection?: any

Property Value

any

Inherited From CopySource.disableMetricsCollection

maxConcurrentConnections

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

maxConcurrentConnections?: any

Property Value

any

Inherited From CopySource.maxConcurrentConnections

sourceRetryCount

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

sourceRetryCount?: any

Property Value

any

Inherited From CopySource.sourceRetryCount

sourceRetryWait

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

sourceRetryWait?: any

Property Value

any

Inherited From CopySource.sourceRetryWait