GlueTable class
The database and table in the AWS Glue Data Catalog that is used for input or output data.
Constructors
Properties
- catalogId → String?
-
A unique identifier for the AWS Glue Data Catalog.
final
- connectionName → String?
-
The name of the connection to the AWS Glue Data Catalog.
final
- databaseName → String
-
A database name in the AWS Glue Data Catalog.
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 → String
-
A table name in the AWS Glue Data Catalog.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited