GoogleCloudDatacatalogV1BigQueryDateShardedSpec class

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern.

For more information, see Introduction to partitioned tables.

Constructors

GoogleCloudDatacatalogV1BigQueryDateShardedSpec({String? dataset, String? latestShardResource, String? shardCount, String? tablePrefix})
GoogleCloudDatacatalogV1BigQueryDateShardedSpec.fromJson(Map json_)

Properties

dataset String?
The Data Catalog resource name of the dataset entry the current table belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestShardResource String?
BigQuery resource name of the latest shard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shardCount String?
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