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.
Implements
IMessageOutputConfigTypesBigQueryDestination, IEquatableOutputConfigTypesBigQueryDestination, IDeepCloneableOutputConfigTypesBigQueryDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
BigQueryDestination()
public BigQueryDestination()
BigQueryDestination(BigQueryDestination)
public BigQueryDestination(OutputConfig.Types.BigQueryDestination other)
Parameter | |
---|---|
Name | Description |
other |
OutputConfigTypesBigQueryDestination |
Properties
DatasetId
public string DatasetId { get; set; }
Required. The ID of a BigQuery Dataset.
Property Value | |
---|---|
Type | Description |
string |
TableIdPrefix
public string TableIdPrefix { get; set; }
Required. The prefix of exported BigQuery tables.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |