public sealed class TableSpec : IMessage<TableSpec>, IEquatable<TableSpec>, IDeepCloneable<TableSpec>, IBufferMessage, IMessage
Normal BigQuery table spec.
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 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 | |
---|---|
Type | Description |
String |
GroupedEntryAsEntryName
public EntryName GroupedEntryAsEntryName { get; set; }
EntryName-typed view over the GroupedEntry resource name property.
Property Value | |
---|---|
Type | Description |
EntryName |