public sealed class TableInfo : IMessage<TableInfo>, IEquatable<TableInfo>, IDeepCloneable<TableInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableInfo.
User-provided metadata for a table.
Implements
IMessage<TableInfo>, IEquatable<TableInfo>, IDeepCloneable<TableInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
TableInfo()
public TableInfo()
TableInfo(TableInfo)
public TableInfo(TableInfo other)
Parameter | |
---|---|
Name | Description |
other | TableInfo |
Properties
Description
public string Description { get; set; }
A long description, perhaps several paragraphs, describing the table contents in detail.
Property Value | |
---|---|
Type | Description |
String |
FriendlyName
public string FriendlyName { get; set; }
A short name for the table, such as"Analytics Data - Jan 2011"
.
Property Value | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
Labels provided for the table.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |