ExternalCatalogTableOptions class
Metadata about open source compatible table.
The fields contained in these options correspond to hive metastore's table level properties.
Constructors
-
ExternalCatalogTableOptions({String? connectionId, Map<
String, String> ? parameters, StorageDescriptor? storageDescriptor}) - ExternalCatalogTableOptions.fromJson(Map json_)
Properties
- connectionId ↔ String?
-
The connection specifying the credentials to be used to read external
storage, such as Azure Blob, Cloud Storage, or S3.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ Map<
String, String> ? -
A map of 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