Class GoogleCloudDiscoveryengineV1alphaBigQueryDestination
The BigQuery output destination configuration.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBigQueryDestination : IDirectResponseSchema
Properties
DatasetId
Required. The ID of a BigQuery Dataset.
Declaration
[JsonProperty("datasetId")]
public virtual string DatasetId { 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 |
TableId
Required. The table_id of exported BigQuery table.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |