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 is 2.9.0, and previous versions are available for documentation, with the current page describing version 1.3.0 of the properties."],["The class contains properties such as `Database`, which is a string representing the Cloud Spanner database in the format `project/instance/database`, and `UseParallelism`, a boolean indicating if parallelism should be used when reading from Cloud Spanner."],["There are two constructors for the `CloudSpannerProperties` class: one default and another that takes an existing `CloudSpannerProperties` object for copying."]]],[]]