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

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

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableName.

The fully-qualified name for a table.

Inheritance

object > TableName

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

TableName()

public TableName()

TableName(TableName)

public TableName(TableName other)
Parameter
NameDescription
otherTableName

Properties

DatasetId

public string DatasetId { get; set; }

The dataset ID within the project.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The project ID.

Property Value
TypeDescription
string

TableId

public string TableId { get; set; }

The table ID of the table within the dataset.

Property Value
TypeDescription
string