public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class BigQueryDestination.
BigQueryDestination is a wrapper for BigQuery output information.
Implements
IMessageBigQueryDestination, IEquatableBigQueryDestination, IDeepCloneableBigQueryDestination, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
BigQueryDestination()
public BigQueryDestination()BigQueryDestination(BigQueryDestination)
public BigQueryDestination(BigQueryDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryDestination |
Properties
TableUri
public string TableUri { get; set; }Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WriteDisposition
public BigQueryDestination.Types.WriteDisposition WriteDisposition { get; set; }Required. Whether or not to overwrite the destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.
| Property Value | |
|---|---|
| Type | Description |
BigQueryDestinationTypesWriteDisposition |
|