Azure Data Lake Store Read Settings Args
data class AzureDataLakeStoreReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val listAfter: Output<Any>? = null, val listBefore: 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<AzureDataLakeStoreReadSettingsArgs>
Azure data lake store read settings.
Constructors
Link copied to clipboard
fun AzureDataLakeStoreReadSettingsArgs(deleteFilesAfterCompletion: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, enablePartitionDiscovery: Output<Any>? = null, fileListPath: Output<Any>? = null, listAfter: Output<Any>? = null, listBefore: 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)