public sealed class BigTableIODetails : IMessage<BigTableIODetails>, IEquatable<BigTableIODetails>, IDeepCloneable<BigTableIODetails>, IBufferMessage, IMessageMetadata for a Cloud Bigtable connector used by the job.
Implements
IMessage<BigTableIODetails>, IEquatable<BigTableIODetails>, IDeepCloneable<BigTableIODetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
|