Workload Manager v1 API - Class BigQueryDestination (1.0.0-beta01)

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

Reference documentation and code samples for the Workload Manager v1 API class BigQueryDestination.

BigQuery destination for evaluation results.

Inheritance

object > BigQueryDestination

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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