public sealed class DatastoreIODetails : IMessage<DatastoreIODetails>, IEquatable<DatastoreIODetails>, IDeepCloneable<DatastoreIODetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class DatastoreIODetails.
Metadata for a Datastore connector used by the job.
Implements
IMessageDatastoreIODetails, IEquatableDatastoreIODetails, IDeepCloneableDatastoreIODetails, 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 |