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.

Constructors

Link copied to clipboard
constructor(@JsonPropertyDescription(value = "The base URL of the Rest server.") serverUri: String, namespace: String)

Properties

Link copied to clipboard
@get:JsonPropertyDescription(value = "The namespace to be used in the Table identifier. This will ONLY be used if the `Destination Namespace` setting for the connection is set to `Destination-defined` or `Source-defined`")
val namespace: String
Link copied to clipboard