Abfss

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

Represents the ABFSS (Azure Blob File System Service) configuration.

Constructors

Link copied to clipboard
constructor(    wasbsUrl: String? = null,     container: String? = null,     account: String? = null,     metastoreUrl: String? = null,     relativePath: String? = null,     icebergCatalogType: Abfss.IcebergCatalogType? = null,     abfssUrl: String? = null)

Types

Link copied to clipboard

The type of iceberg catalog.

Properties

Link copied to clipboard
val abfssUrl: String? = null

The ABFSS (Azure Blob File System Service) URL.

Link copied to clipboard
val account: String? = null

The account name.

Link copied to clipboard
val container: String? = null

The container name.

Link copied to clipboard

The type of iceberg catalog. Possible values are IcebergCatalogType.HIVE and IcebergCatalogType.HADOOP.

Link copied to clipboard
val metastoreUrl: String? = null

The metastore URL.

Link copied to clipboard
val relativePath: String? = null

The relative path.

Link copied to clipboard
val wasbsUrl: String? = null

The WASBS (Windows Azure Blob Storage) URL.