Class GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset
Defines the destination bigquery dataset.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1beta1.Data
Assembly: Google.Apis.AnalyticsHub.v1beta1.dll
Syntax
public class GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset : IDirectResponseSchema
Properties
DatasetReference
Required. A reference that identifies the destination dataset.
Declaration
[JsonProperty("datasetReference")]
public virtual GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference DatasetReference { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBigqueryDataexchangeV1beta1DestinationDatasetReference |
Description
Optional. A user-friendly description of the dataset.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FriendlyName
Optional. A descriptive name for the dataset.
Declaration
[JsonProperty("friendlyName")]
public virtual string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
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.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Location
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |