AzureBlobFSSourceArgs

data class AzureBlobFSSourceArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val skipHeaderLineCount: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val treatEmptyAsNull: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSSourceArgs>

A copy activity Azure BlobFS source.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, recursive: Output<Any>? = null, skipHeaderLineCount: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, treatEmptyAsNull: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

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

Link copied to clipboard
val maxConcurrentConnections: Output<Any>? = null

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

Link copied to clipboard
val recursive: Output<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
val skipHeaderLineCount: Output<Any>? = null

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

Link copied to clipboard
val sourceRetryCount: Output<Any>? = null

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

Link copied to clipboard
val sourceRetryWait: Output<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: Output<Any>? = null

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

Link copied to clipboard
val type: Output<String>

Copy source type. Expected value is 'AzureBlobFSSource'.

Functions

Link copied to clipboard
open override fun toJava(): AzureBlobFSSourceArgs