Class GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
Describes BigQuery publishing configurations.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing : IDirectResponseSchema
Properties
Dataset
Output only. The BigQuery dataset to publish to. It takes the form projects/{project_id}/datasets/{dataset_id}. If not set, the service creates a default publishing dataset.
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { 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 |