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
Properties
Link copied to clipboard
The type of iceberg catalog. Possible values are IcebergCatalogType.HIVE and IcebergCatalogType.HADOOP.
Link copied to clipboard
The metastore URL.
Link copied to clipboard
The relative path.