Retail v2 API - Class BigQueryOutputResult (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class BigQueryOutputResult : IMessage<BigQueryOutputResult>, IEquatable<BigQueryOutputResult>, IDeepCloneable<BigQueryOutputResult>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class BigQueryOutputResult.
A BigQuery output result.
Implements
IMessage BigQueryOutputResult, IEquatable BigQueryOutputResult, IDeepCloneable BigQueryOutputResult, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
BigQueryOutputResult()
public BigQueryOutputResult()BigQueryOutputResult(BigQueryOutputResult)
public BigQueryOutputResult(BigQueryOutputResult other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryOutputResult |
Properties
DatasetId
public string DatasetId { get; set; }The ID of a BigQuery Dataset.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TableId
public string TableId { get; set; }The ID of a BigQuery Table.
| Property Value | |
|---|---|
| Type | Description |
string |
|