GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec class
Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD
.
Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
Constructors
- GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec({String? dataset, String? shardCount, String? tablePrefix})
- GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.fromJson(Map _json)
Properties
- dataset ↔ String?
-
The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Total number of shards.
getter/setter pair
- tablePrefix ↔ String?
-
The table name prefix of the shards.
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