Class BigTableIODetails (1.0.0-beta03)

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

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
NameDescription
otherBigTableIODetails

Properties

InstanceId

public string InstanceId { get; set; }

InstanceId accessed in the connection.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

ProjectId accessed in the connection.

Property Value
TypeDescription
String

TableId

public string TableId { get; set; }

TableId accessed in the connection.

Property Value
TypeDescription
String