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.
Implements
IMessageTableName, IEquatableTableName, IDeepCloneableTableName, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
TableName()
public TableName()
TableName(TableName)
public TableName(TableName other)
Parameter | |
---|---|
Name | Description |
other | TableName |
Properties
DatasetId
public string DatasetId { get; set; }
The dataset ID within the project.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The project ID.
Property Value | |
---|---|
Type | Description |
string |
TableId
public string TableId { get; set; }
The table ID of the table within the dataset.
Property Value | |
---|---|
Type | Description |
string |