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 webpage details the `CloudSpannerProperties` class, which contains connection properties specifically for Cloud Spanner, within the `Google.Cloud.BigQuery.Connection.V1` namespace."],["The `CloudSpannerProperties` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The latest version available for viewing is 2.9.0, with various versions ranging down to 1.2.0 also listed."],["Key properties of the `CloudSpannerProperties` class include `Database`, which specifies the Cloud Spanner database, and `UseParallelism`, which indicates whether to use parallelism when reading from Cloud Spanner."],["There are two constructors available for creating instances of `CloudSpannerProperties`: a default constructor and a constructor that takes another `CloudSpannerProperties` object as a parameter."]]],[]]