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.

Constructors

Link copied to clipboard
constructor(    account: String? = null,     container: String? = null,     relativePath: String? = null,     format: String? = null,     metastoreUrl: String? = null,     endpointSuffix: String? = null,     icebergCatalogType: WasbsDepot.IcebergCatalogType? = null)

Types

Link copied to clipboard

Enum class representing Iceberg catalog types.

Properties

Link copied to clipboard
val account: String? = null

The name of the Wasbs account. Default is null.

Link copied to clipboard
val container: String? = null

The name of the Wasbs container. Default is null.

Link copied to clipboard
val endpointSuffix: String? = null

The endpoint suffix for the Wasbs connection. Default is null.

Link copied to clipboard
val format: String? = null

The format for the Wasbs depot. Default is null.

Link copied to clipboard

The catalog type for Iceberg integration. Default is null.

Link copied to clipboard
val metastoreUrl: String? = null

The metastore URL for the connection. Default is null.

Link copied to clipboard
val relativePath: String? = null

The relative path for the Wasbs connection. Default is null.