Class GoogleCloudRetailV2OutputConfigBigQueryDestination
The BigQuery output destination configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2OutputConfigBigQueryDestination : 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 |
TableIdPrefix
Required. The prefix of exported BigQuery tables.
Declaration
[JsonProperty("tableIdPrefix")]
public virtual string TableIdPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TableType
Required. Describes the table type. The following values are supported: * table: A BigQuery native table.
view: A virtual table defined by a SQL query.
Declaration
[JsonProperty("tableType")]
public virtual string TableType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |