public sealed class SpannerIODetails : IMessage<SpannerIODetails>, IEquatable<SpannerIODetails>, IDeepCloneable<SpannerIODetails>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class SpannerIODetails.
Metadata for a Spanner connector used by the job.
Implements
IMessageSpannerIODetails, IEquatableSpannerIODetails, IDeepCloneableSpannerIODetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
SpannerIODetails()
public SpannerIODetails()SpannerIODetails(SpannerIODetails)
public SpannerIODetails(SpannerIODetails other)| Parameter | |
|---|---|
| Name | Description |
other |
SpannerIODetails |
Properties
DatabaseId
public string DatabaseId { get; set; }DatabaseId accessed in the connection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|