GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryDateShardedSpec (google_api_data_catalog v0.32.2)
View SourceSpecification for a group of BigQuery tables with the [prefix]YYYYMMDD
name pattern. For more information, see [Introduction to partitioned tables] (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}
. -
latestShardResource
(type:String.t
, default:nil
) - Output only. BigQuery resource name of the latest shard. -
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 theMyTable20180101
shard, thetable_prefix
isMyTable
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.