RestCatalogConfiguration
data class RestCatalogConfiguration(@JsonPropertyDescription(value = "The base URL of the Rest server.") val serverUri: String, val namespace: String) : CatalogConfiguration
Rest catalog configuration details.
Stores information required to connect to a Rest server.