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 latest version available for `CloudSpannerProperties` is 2.9.0, with versions ranging down to 1.2.0 also documented."],["`CloudSpannerProperties` is a class used for defining connection properties specific to Cloud Spanner, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, one default and one that accepts another `CloudSpannerProperties` instance as a parameter for cloning."],["The `CloudSpannerProperties` class includes two key properties: `Database`, which is a string representing the Cloud Spanner database in a specified format, and `UseParallelism`, a boolean indicating whether parallelism should be employed when reading from Cloud Spanner."],["The namespace for `CloudSpannerProperties` is `Google.Cloud.BigQuery.Connection.V1`, and it is part of the `Google.Cloud.BigQuery.Connection.V1.dll` assembly."]]],[]]