GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec (google_api_data_catalog v0.32.2)
View SourceSpec 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_prefixisMyTable.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.