Data Catalog v1 API - Class BigQueryDateShardedSpec (2.4.0)

public sealed class BigQueryDateShardedSpec : IMessage<BigQueryDateShardedSpec>, IEquatable<BigQueryDateShardedSpec>, IDeepCloneable<BigQueryDateShardedSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class BigQueryDateShardedSpec.

Specification for a group of BigQuery tables with the [prefix]YYYYMMDD name pattern.

For more information, see Introduction to partitioned tables.

Inheritance

object > BigQueryDateShardedSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

BigQueryDateShardedSpec()

public BigQueryDateShardedSpec()

BigQueryDateShardedSpec(BigQueryDateShardedSpec)

public BigQueryDateShardedSpec(BigQueryDateShardedSpec other)
Parameter
NameDescription
otherBigQueryDateShardedSpec

Properties

Dataset

public string Dataset { get; set; }

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}.

Property Value
TypeDescription
string

DatasetAsEntryName

public EntryName DatasetAsEntryName { get; set; }

EntryName-typed view over the Dataset resource name property.

Property Value
TypeDescription
EntryName

LatestShardResource

public string LatestShardResource { get; set; }

Output only. BigQuery resource name of the latest shard.

Property Value
TypeDescription
string

ShardCount

public long ShardCount { get; set; }

Output only. Total number of shards.

Property Value
TypeDescription
long

TablePrefix

public string TablePrefix { get; set; }

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.

Property Value
TypeDescription
string