Class BigQueryIODetails (1.0.0-beta03)

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

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