AbfssDepot
data class AbfssDepot( 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: AbfssDepot.IcebergCatalogType? = null)
Represents the ABFSS (Azure Blob File System Service) depot configuration.
Properties
Link copied to clipboard
The endpoint suffix.
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.