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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `DatastoreIODetails` class is `2.0.0-beta07`, with previous versions including `2.0.0-beta06` and `1.0.0-beta03` also available."],["`DatastoreIODetails` is a sealed class within the `Google.Cloud.Dataflow.V1Beta3` namespace, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class represents metadata for a Datastore connector used by a job, inheriting from the base `object` class and providing details for Datastore Input/Output operations."],["The class includes properties to access the `Namespace` and `ProjectId` associated with a Datastore connection, both of which are of type `string`."],["Constructors for `DatastoreIODetails` are provided, supporting both a default constructor and one that takes another `DatastoreIODetails` object as a parameter for copying."]]],[]]