Dataflow v1beta3 API - Class BigTableIODetails (2.0.0-beta06)

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

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

Metadata for a Cloud Bigtable connector used by the job.

Inheritance

object > BigTableIODetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

BigTableIODetails()

public BigTableIODetails()

BigTableIODetails(BigTableIODetails)

public BigTableIODetails(BigTableIODetails other)
Parameter
Name Description
other BigTableIODetails

Properties

InstanceId

public string InstanceId { get; set; }

InstanceId accessed in the connection.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

ProjectId accessed in the connection.

Property Value
Type Description
string

TableId

public string TableId { get; set; }

TableId accessed in the connection.

Property Value
Type Description
string