FileDepot
data class FileDepot(val path: String? = null, val format: String? = null, val metastoreUrl: String? = null, val icebergCatalogType: FileDepot.IcebergCatalogType? = null)
Represents a File Depot.
Constructors
Link copied to clipboard
constructor(path: String? = null, format: String? = null, metastoreUrl: String? = null, icebergCatalogType: FileDepot.IcebergCatalogType? = null)