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 the discovered tables are published to.
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 |
Location
Output only. The location of the BigQuery publishing dataset.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |