AzureBlobFSReadSettingsResponse

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

Azure blobFS read settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard
val fileListPath: 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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val partitionRootPath: Any? = null

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

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

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

Link copied to clipboard
val wildcardFileName: Any? = null

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

Link copied to clipboard
val wildcardFolderPath: Any? = null

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