Azure Data Lake Store Location Args
    data class AzureDataLakeStoreLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreLocationArgs> 
The location of azure data lake store dataset.
Constructors
Link copied to clipboard
                fun AzureDataLakeStoreLocationArgs(fileName: Output<Any>? = null, folderPath: Output<Any>? = null, type: Output<String>)