ConnectionCloudSpanner

data class ConnectionCloudSpanner(val database: String, val useParallelism: Boolean? = null, val useServerlessAnalytics: Boolean? = null)

Constructors

Link copied to clipboard
constructor(database: String, useParallelism: Boolean? = null, useServerlessAnalytics: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val useParallelism: Boolean? = null

If parallelism should be used when reading from Cloud Spanner

Link copied to clipboard

If the serverless analytics service should be used to read data from Cloud Spanner. useParallelism must be set when using serverless analytics