public sealed class DatastoreIODetails : IMessage<DatastoreIODetails>, IEquatable<DatastoreIODetails>, IDeepCloneable<DatastoreIODetails>, IBufferMessage, IMessage
Metadata for a Datastore connector used by the job.
Implements
IMessage<DatastoreIODetails>, IEquatable<DatastoreIODetails>, IDeepCloneable<DatastoreIODetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
DatastoreIODetails()
public DatastoreIODetails()
DatastoreIODetails(DatastoreIODetails)
public DatastoreIODetails(DatastoreIODetails other)
Parameter | |
---|---|
Name | Description |
other | DatastoreIODetails |
Properties
Namespace
public string Namespace { get; set; }
Namespace used in the connection.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
ProjectId accessed in the connection.
Property Value | |
---|---|
Type | Description |
String |