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 is used to manage connection properties specifically for Cloud Spanner within the `Google.Cloud.BigQuery.Connection.V1` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It is available in multiple versions, from 1.2.0 to the latest 2.9.0, with the specific version 2.2.0 being highlighted on this page."],["The `CloudSpannerProperties` class includes properties to set the database name and toggle the use of parallelism for Cloud Spanner connections."],["There are two constructors available: a parameterless constructor, and a second constructor that takes another `CloudSpannerProperties` object as an argument."]]],[]]