FeatureGroupOfflineStoreConfigDataCatalogConfig class
Constructors
-
FeatureGroupOfflineStoreConfigDataCatalogConfig({Input<
String?> ? catalog, Input<String?> ? database, Input<String?> ? tableName}) -
Creates a new FeatureGroupOfflineStoreConfigDataCatalogConfig.
catalogThe name of the Glue table catalog.databaseThe name of the Glue table database.tableNameThe name of the Glue table.const -
FeatureGroupOfflineStoreConfigDataCatalogConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
catalog
→ Input<
String?> ? -
The name of the Glue table catalog.
final
-
database
→ Input<
String?> ? -
The name of the Glue table database.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tableName
→ Input<
String?> ? -
The name of the Glue table.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited