Class GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec
Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD
. Context:
https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec : 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 |
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 shard MyTable20180101
, the table_prefix
is MyTable
.
Declaration
[JsonProperty("tablePrefix")]
public virtual string TablePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |