ExternalCatalogTableOptions class
Metadata about open source compatible table.
The fields contained in these options correspond to Hive metastore's table-level properties.
Constructors
-
ExternalCatalogTableOptions.new({String? connectionId, Map<
String, String> ? parameters, StorageDescriptor? storageDescriptor}) - ExternalCatalogTableOptions.fromJson(Map json_)
Properties
- connectionId ↔ String?
-
A connection ID that specifies the credentials to be used to read external
storage, such as Azure Blob, Cloud Storage, or Amazon S3.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ Map<
String, String> ? -
A map of the key-value pairs defining the parameters and properties of the
open source table.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageDescriptor ↔ StorageDescriptor?
-
A storage descriptor containing information about the physical storage of
this table.
getter/setter pair
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