ExternalCatalogDatasetOptions class
Options defining open source compatible datasets living in the BigQuery catalog.
Contains metadata of open source database, schema or namespace represented by the current dataset.
Constructors
-
ExternalCatalogDatasetOptions({String? defaultStorageLocationUri, Map<
String, String> ? parameters}) - ExternalCatalogDatasetOptions.fromJson(Map json_)
Properties
- defaultStorageLocationUri ↔ String?
-
The storage location URI for all tables in the dataset.
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 schema.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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