public sealed class CloudSpannerProperties : IMessage<CloudSpannerProperties>, IEquatable<CloudSpannerProperties>, IDeepCloneable<CloudSpannerProperties>, IBufferMessage, IMessage
[[["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 outlines the `CloudSpannerProperties` class, which is used for connection properties specific to Cloud Spanner within the `Google.Cloud.BigQuery.Connection.V1` namespace."],["The `CloudSpannerProperties` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for data handling and comparison."],["The class includes two constructors: a default one and another that takes an existing `CloudSpannerProperties` object as a parameter for cloning purposes."],["It exposes two key properties: `Database`, a string representing the Cloud Spanner database in the format 'project/instance/database', and `UseParallelism`, a boolean indicating whether to use parallelism when reading from Cloud Spanner."],["This document provides a list of versions of the `CloudSpannerProperties` class, ranging from the latest 2.9.0 down to 1.2.0."]]],[]]