public sealed class SpannerIODetails : IMessage<SpannerIODetails>, IEquatable<SpannerIODetails>, IDeepCloneable<SpannerIODetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class SpannerIODetails.
[[["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."],[[["This document provides reference information for the `SpannerIODetails` class within the Dataflow v1beta3 API, with the latest version being 2.0.0-beta07."],["The `SpannerIODetails` class is used to hold metadata for a Spanner connector, used by a job."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SpannerIODetails` contains properties such as `DatabaseId`, `InstanceId`, and `ProjectId`, all of type string and used to identify the Spanner connection details."],["The class offers two constructors, a default constructor and one that takes another `SpannerIODetails` object."]]],[]]