public sealed class DatastoreIODetails : IMessage<DatastoreIODetails>, IEquatable<DatastoreIODetails>, IDeepCloneable<DatastoreIODetails>, IBufferMessage, IMessage
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 available for the `DatastoreIODetails` class is 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta03 also documented."],["`DatastoreIODetails` is a sealed class that represents metadata for a Datastore connector used by a job, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes two constructors, one default and one that takes another `DatastoreIODetails` object as a parameter, allowing the creation of copies."],["`DatastoreIODetails` has properties `Namespace` and `ProjectId` to define the namespace and the project ID used in the connection."]]],[]]