Class TableSpec (2.1.0)

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

Normal BigQuery table specification.

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 date-sharded, that is, it matches the [prefix]YYYYMMDD name pattern, this field 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