Retail v2 API - Class BigQueryOutputResult (2.8.0)

public sealed class BigQueryOutputResult : IMessage<BigQueryOutputResult>, IEquatable<BigQueryOutputResult>, IDeepCloneable<BigQueryOutputResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class BigQueryOutputResult.

A BigQuery output result.

Inheritance

object > BigQueryOutputResult

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

BigQueryOutputResult()

public BigQueryOutputResult()

BigQueryOutputResult(BigQueryOutputResult)

public BigQueryOutputResult(BigQueryOutputResult other)
Parameter
NameDescription
otherBigQueryOutputResult

Properties

DatasetId

public string DatasetId { get; set; }

The ID of a BigQuery Dataset.

Property Value
TypeDescription
string

TableId

public string TableId { get; set; }

The ID of a BigQuery Table.

Property Value
TypeDescription
string