Class TableSpec (1.2.0)

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

Normal BigQuery table spec.

Inheritance

Object > TableSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

TableSpec()

public TableSpec()

TableSpec(TableSpec)

public TableSpec(TableSpec other)
Parameter
NameDescription
otherTableSpec

Properties

GroupedEntry

public string GroupedEntry { get; set; }

Output only. If the table is a dated shard, i.e., with name pattern [prefix]YYYYMMDD, grouped_entry is the Data Catalog resource name of the date sharded grouped entry, for example, projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}. Otherwise, grouped_entry is empty.

Property Value
TypeDescription
String

GroupedEntryAsEntryName

public EntryName GroupedEntryAsEntryName { get; set; }

EntryName-typed view over the GroupedEntry resource name property.

Property Value
TypeDescription
EntryName