Class GoogleCloudDatacatalogV1BigQueryDateShardedSpec
Specification 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).
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1BigQueryDateShardedSpec : IDirectResponseSchema
Properties
Dataset
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}
.
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestShardResource
Output only. BigQuery resource name of the latest shard.
Declaration
[JsonProperty("latestShardResource")]
public virtual string LatestShardResource { get; set; }
Property Value
Type | Description |
---|---|
string |
ShardCount
Output only. Total number of shards.
Declaration
[JsonProperty("shardCount")]
public virtual long? ShardCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TablePrefix
Output only. The table name prefix of the shards. The name of any given shard is [table_prefix]YYYYMMDD
.
For example, for the MyTable20180101
shard, the table_prefix
is MyTable
.
Declaration
[JsonProperty("tablePrefix")]
public virtual string TablePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |