Google Cloud Logging v2 API - Class BigQueryDataset (4.3.0)

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

Reference documentation and code samples for the Google Cloud Logging v2 API class BigQueryDataset.

Describes a BigQuery dataset that was created by a link.

Inheritance

object > BigQueryDataset

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

BigQueryDataset()

public BigQueryDataset()

BigQueryDataset(BigQueryDataset)

public BigQueryDataset(BigQueryDataset other)
Parameter
NameDescription
otherBigQueryDataset

Properties

DatasetId

public string DatasetId { get; set; }

Output only. The full resource name of the BigQuery dataset. The DATASET_ID will match the ID of the link, so the link must match the naming restrictions of BigQuery datasets (alphanumeric characters and underscores only).

The dataset will have a resource path of "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET_ID]"

Property Value
TypeDescription
string