Class CloudSpannerProperties (1.3.0)

public sealed class CloudSpannerProperties : IMessage<CloudSpannerProperties>, IEquatable<CloudSpannerProperties>, IDeepCloneable<CloudSpannerProperties>, IBufferMessage, IMessage

Connection properties specific to Cloud Spanner.

Inheritance

Object > CloudSpannerProperties

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

CloudSpannerProperties()

public CloudSpannerProperties()

CloudSpannerProperties(CloudSpannerProperties)

public CloudSpannerProperties(CloudSpannerProperties other)
Parameter
NameDescription
otherCloudSpannerProperties

Properties

Database

public string Database { get; set; }

Cloud Spanner database in the form `project/instance/database'

Property Value
TypeDescription
String

UseParallelism

public bool UseParallelism { get; set; }

If parallelism should be used when reading from Cloud Spanner

Property Value
TypeDescription
Boolean