CloudSpannerProperties constructor

CloudSpannerProperties({
  1. String? database,
  2. String? databaseRole,
  3. int? maxParallelism,
  4. bool? useDataBoost,
  5. bool? useParallelism,
  6. bool? useServerlessAnalytics,
})

Implementation

CloudSpannerProperties({
  this.database,
  this.databaseRole,
  this.maxParallelism,
  this.useDataBoost,
  this.useParallelism,
  this.useServerlessAnalytics,
});