Azure Blob FSRead Settings Response
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
fun AzureBlobFSReadSettingsResponse(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)