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.

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: AbfssDepot.IcebergCatalogType? = null)

Types

Link copied to clipboard

The type of iceberg catalog.

Properties

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
val endpointSuffix: String? = null

The endpoint suffix.

Link copied to clipboard
val format: String? = null

The format.

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.