WasbsDepot
data class WasbsDepot(val account: String? = null, val container: String? = null, val relativePath: String? = null, val format: String? = null, val metastoreUrl: String? = null, val endpointSuffix: String? = null, val icebergCatalogType: WasbsDepot.IcebergCatalogType? = null)
Represents a Wasbs depot configuration.
Properties
Link copied to clipboard
The endpoint suffix for the Wasbs connection. Default is null
.
Link copied to clipboard
The catalog type for Iceberg integration. Default is null
.
Link copied to clipboard
The metastore URL for the connection. Default is null
.
Link copied to clipboard
The relative path for the Wasbs connection. Default is null
.