public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class BigQueryDestination.
BigQuery destination for evaluation results.
Implements
IMessageBigQueryDestination, IEquatableBigQueryDestination, IDeepCloneableBigQueryDestination, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
BigQueryDestination()
public BigQueryDestination()BigQueryDestination(BigQueryDestination)
public BigQueryDestination(BigQueryDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryDestination |
Properties
CreateNewResultsTable
public bool CreateNewResultsTable { get; set; }Optional. Determines if a new results table will be created when an Execution is created.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
DestinationDataset
public string DestinationDataset { get; set; }Optional. Destination dataset to save evaluation results.
| Property Value | |
|---|---|
| Type | Description |
string |
|