Class GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig
Describes BigQuery publishing configurations.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig : IDirectResponseSchema
Properties
Connection
Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}
Declaration
[JsonProperty("connection")]
public virtual string Connection { 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 |
TableType
Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
Declaration
[JsonProperty("tableType")]
public virtual string TableType { get; set; }
Property Value
Type | Description |
---|---|
string |