Retail v2 API - Class OutputConfig.Types.BigQueryDestination (2.8.0)

public sealed class OutputConfig.Types.BigQueryDestination : IMessage<OutputConfig.Types.BigQueryDestination>, IEquatable<OutputConfig.Types.BigQueryDestination>, IDeepCloneable<OutputConfig.Types.BigQueryDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class OutputConfig.Types.BigQueryDestination.

The BigQuery output destination configuration.

Inheritance

object > OutputConfig.Types.BigQueryDestination

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

BigQueryDestination()

public BigQueryDestination()

BigQueryDestination(BigQueryDestination)

public BigQueryDestination(OutputConfig.Types.BigQueryDestination other)
Parameter
NameDescription
otherOutputConfigTypesBigQueryDestination

Properties

DatasetId

public string DatasetId { get; set; }

Required. The ID of a BigQuery Dataset.

Property Value
TypeDescription
string

TableIdPrefix

public string TableIdPrefix { get; set; }

Required. The prefix of exported BigQuery tables.

Property Value
TypeDescription
string

TableType

public string TableType { get; set; }

Required. Describes the table type. The following values are supported:

  • table: A BigQuery native table.
  • view: A virtual table defined by a SQL query.
Property Value
TypeDescription
string