DefaultCatalogPropertiesResponse

data class DefaultCatalogPropertiesResponse(val initialName: String? = null, val initialType: String? = null)

These properties lets user specify default catalog properties during workspace creation.

Constructors

Link copied to clipboard
constructor(initialName: String? = null, initialType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val initialName: String? = null

Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.

Link copied to clipboard
val initialType: String? = null

Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog