public sealed class CloudSpannerProperties : IMessage<CloudSpannerProperties>, IEquatable<CloudSpannerProperties>, IDeepCloneable<CloudSpannerProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class CloudSpannerProperties.
[[["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 provides documentation for the `CloudSpannerProperties` class within the Google.Cloud.BigQuery.Connection.V1 API for .NET, detailing its usage and properties."],["The latest version available is 2.9.0, and the page covers versions from 2.9.0 down to 1.2.0, offering links to documentation for each specific release."],["`CloudSpannerProperties` allows users to manage connection settings for Cloud Spanner, including the database path and whether to utilize parallelism when reading data."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to standard practices for message handling and object comparison."],["The class has two properties `Database` which is a string and `UseParallelism` which is a boolean, and two constructors."]]],[]]