Show / Hide Table of Contents

Class GoogleCloudRetailV2betaOutputConfigBigQueryDestination

The BigQuery output destination configuration.

Inheritance
object
GoogleCloudRetailV2betaOutputConfigBigQueryDestination
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaOutputConfigBigQueryDestination : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX