public sealed class SpannerIODetails : IMessage<SpannerIODetails>, IEquatable<SpannerIODetails>, IDeepCloneable<SpannerIODetails>, IBufferMessage, IMessage
Metadata for a Spanner connector used by the job.
Implements
IMessage<SpannerIODetails>, IEquatable<SpannerIODetails>, IDeepCloneable<SpannerIODetails>, 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 |