Blob Source Response
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
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
Number of header lines to skip from each blob. 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)).
Link copied to clipboard
Treat empty as null. Type: boolean (or Expression with resultType boolean).