Dataflow v1beta3 API - Class BigQueryIODetails (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class BigQueryIODetails.

Metadata for a BigQuery connector used by the job.

Inheritance

object > BigQueryIODetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

BigQueryIODetails()

public BigQueryIODetails()

BigQueryIODetails(BigQueryIODetails)

public BigQueryIODetails(BigQueryIODetails other)
Parameter
NameDescription
otherBigQueryIODetails

Properties

Dataset

public string Dataset { get; set; }

Dataset accessed in the connection.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Project accessed in the connection.

Property Value
TypeDescription
string

Query

public string Query { get; set; }

Query used to access data in the connection.

Property Value
TypeDescription
string

Table

public string Table { get; set; }

Table accessed in the connection.

Property Value
TypeDescription
string