Dataflow v1beta3 API - Class DatastoreIODetails (2.0.0-beta06)

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.

Inheritance

object > DatastoreIODetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

DatastoreIODetails()

public DatastoreIODetails()

DatastoreIODetails(DatastoreIODetails)

public DatastoreIODetails(DatastoreIODetails other)
Parameter
NameDescription
otherDatastoreIODetails

Properties

Namespace

public string Namespace { get; set; }

Namespace used in the connection.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

ProjectId accessed in the connection.

Property Value
TypeDescription
string