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."],[[["The `CloudSpannerProperties` class provides connection properties specific to Cloud Spanner, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.BigQuery.Connection.V1` namespace and is part of the `Google.Cloud.BigQuery.Connection.V1.dll` assembly."],["It includes two constructors: a default constructor and one that takes another `CloudSpannerProperties` object for copying."],["The class has two main properties: `Database`, which is a string representing the Cloud Spanner database in a specific format, and `UseParallelism`, a boolean indicating whether parallelism should be used when reading from Cloud Spanner."],["There are multiple versions of the `CloudSpannerProperties` available ranging from version 1.2.0 up to the latest version 2.9.0."]]],[]]