public sealed class DestinationDataset : IMessage<DestinationDataset>, IEquatable<DestinationDataset>, IDeepCloneable<DestinationDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class DestinationDataset.
Defines the destination bigquery dataset.
Implements
IMessageDestinationDataset, IEquatableDestinationDataset, IDeepCloneableDestinationDataset, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
DestinationDataset()
public DestinationDataset()
DestinationDataset(DestinationDataset)
public DestinationDataset(DestinationDataset other)
Parameter | |
---|---|
Name | Description |
other | DestinationDataset |
Properties
DatasetReference
public DestinationDatasetReference DatasetReference { get; set; }
Required. A reference that identifies the destination dataset.
Property Value | |
---|---|
Type | Description |
DestinationDatasetReference |
Description
public string Description { get; set; }
Optional. A user-friendly description of the dataset.
Property Value | |
---|---|
Type | Description |
string |
FriendlyName
public string FriendlyName { get; set; }
Optional. A descriptive name for the dataset.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Location
public string Location { get; set; }
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Property Value | |
---|---|
Type | Description |
string |