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.
Implements
IMessageBigQueryIODetails, IEquatableBigQueryIODetails, IDeepCloneableBigQueryIODetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
BigQueryIODetails()
public BigQueryIODetails()
BigQueryIODetails(BigQueryIODetails)
public BigQueryIODetails(BigQueryIODetails other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryIODetails |
Properties
Dataset
public string Dataset { get; set; }
Dataset accessed in the connection.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Project accessed in the connection.
Property Value | |
---|---|
Type | Description |
string |
Query
public string Query { get; set; }
Query used to access data in the connection.
Property Value | |
---|---|
Type | Description |
string |
Table
public string Table { get; set; }
Table accessed in the connection.
Property Value | |
---|---|
Type | Description |
string |