BigQuery Audit Data Logging v1 API - Class TableInfo (1.3.0)

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.

Inheritance

object > TableInfo

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

TableInfo()

public TableInfo()

TableInfo(TableInfo)

public TableInfo(TableInfo other)
Parameter
NameDescription
otherTableInfo

Properties

Description

public string Description { get; set; }

A long description, perhaps several paragraphs, describing the table contents in detail.

Property Value
TypeDescription
string

FriendlyName

public string FriendlyName { get; set; }

A short name for the table, such as"Analytics Data - Jan 2011".

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Labels provided for the table.

Property Value
TypeDescription
MapFieldstringstring