public sealed class BigTableIODetails : IMessage<BigTableIODetails>, IEquatable<BigTableIODetails>, IDeepCloneable<BigTableIODetails>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class BigTableIODetails.
Metadata for a Cloud Bigtable connector used by the job.
Implements
IMessageBigTableIODetails, IEquatableBigTableIODetails, IDeepCloneableBigTableIODetails, 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 |
|