FeatureGroupOfflineStoreConfigDataCatalogConfig

data class FeatureGroupOfflineStoreConfigDataCatalogConfig(val catalog: String? = null, val database: String? = null, val tableName: String? = null)

Constructors

constructor(catalog: String? = null, database: String? = null, tableName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalog: String? = null

The name of the Glue table catalog.

Link copied to clipboard
val database: String? = null

The name of the Glue table database.

Link copied to clipboard
val tableName: String? = null

The name of the Glue table.