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.
Implements
IMessageBigQueryDataset, IEquatableBigQueryDataset, IDeepCloneableBigQueryDataset, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
BigQueryDataset()
public BigQueryDataset()
BigQueryDataset(BigQueryDataset)
public BigQueryDataset(BigQueryDataset other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryDataset |
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 | |
---|---|
Type | Description |
string |