NessieCatalogConfiguration
data class NessieCatalogConfiguration(@JsonPropertyDescription(value = "The base URL of the Nessie server.") val serverUri: String, @JsonPropertyDescription(value = "An optional token for authentication with the Nessie server.") val accessToken: String?, val namespace: String) : CatalogConfiguration
Nessie catalog configuration details.
Stores information required to connect to a Nessie server.