AzureBlobFSReadSettingsArgs

data class AzureBlobFSReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AzureBlobFSReadSettingsArgs>

Azure blobFS read settings.

Constructors

Link copied to clipboard
constructor(deleteFilesAfterCompletion: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, enablePartitionDiscovery: Output<Any>? = null, fileListPath: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, modifiedDatetimeEnd: Output<Any>? = null, modifiedDatetimeStart: Output<Any>? = null, partitionRootPath: Output<Any>? = null, recursive: Output<Any>? = null, type: Output<String>, wildcardFileName: Output<Any>? = null, wildcardFolderPath: Output<Any>? = null)

Properties

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

Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).

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 enablePartitionDiscovery: Output<Any>? = null

Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).

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

Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

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 modifiedDatetimeEnd: Output<Any>? = null

The end of file's modified datetime. Type: string (or Expression with resultType string).

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

The start of file's modified datetime. Type: string (or Expression with resultType string).

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

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

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 type: Output<String>

The read setting type. Expected value is 'AzureBlobFSReadSettings'.

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

Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).

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

Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).

Functions

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