google_api_data_catalog v0.5.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec View Source
Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD
.
Context:
https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
Attributes
dataset
(type:String.t
, default:nil
) - Output only. 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}
.shardCount
(type:String.t
, default:nil
) - Output only. Total number of shards.tablePrefix
(type:String.t
, default:nil
) - Output only. The table name prefix of the shards. The name of any given shard is[table_prefix]YYYYMMDD
, for example, for shardMyTable20180101
, thetable_prefix
isMyTable
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.