public sealed class TableSpec : IMessage<TableSpec>, IEquatable<TableSpec>, IDeepCloneable<TableSpec>, IBufferMessage, IMessage
Normal BigQuery table specification.
Implements
IMessage<TableSpec>, IEquatable<TableSpec>, IDeepCloneable<TableSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
TableSpec()
public TableSpec()
TableSpec(TableSpec)
public TableSpec(TableSpec other)
Parameter | |
---|---|
Name | Description |
other | TableSpec |
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 | |
---|---|
Type | Description |
String |
GroupedEntryAsEntryName
public EntryName GroupedEntryAsEntryName { get; set; }
EntryName-typed view over the GroupedEntry resource name property.
Property Value | |
---|---|
Type | Description |
EntryName |