Azure Blob FSLocation Response
data class AzureBlobFSLocationResponse(val fileName: Any? = null, val fileSystem: Any? = null, val folderPath: Any? = null, val type: String)
The location of azure blobFS dataset.
Constructors
Link copied to clipboard
fun AzureBlobFSLocationResponse(fileName: Any? = null, fileSystem: Any? = null, folderPath: Any? = null, type: String)