Class BigQueryDateShardedSpec (1.2.0)

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

Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding

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

ShardCount

public long ShardCount { get; set; }

Output only. Total number of shards.

Property Value
TypeDescription
Int64

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 shard MyTable20180101, the table_prefix is MyTable.

Property Value
TypeDescription
String