Wasbs

data class Wasbs(    val wasbsUrl: String? = null,     val container: String? = null,     val account: String? = null,     val metastoreUrl: String? = null,     val relativePath: String? = null,     val icebergCatalogType: Wasbs.IcebergCatalogType? = null)

Represents a Wasbs configuration.

Constructors

Link copied to clipboard
constructor(    wasbsUrl: String? = null,     container: String? = null,     account: String? = null,     metastoreUrl: String? = null,     relativePath: String? = null,     icebergCatalogType: Wasbs.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

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.

Link copied to clipboard
val wasbsUrl: String? = null

The Wasbs URL for the connection. Default is null.