SpannerSourceConfig constructor
SpannerSourceConfig({
- bool? backfillDataBoostEnabled,
- String? changeStreamName,
- SpannerDatabase? excludeObjects,
- String? fgacRole,
- SpannerDatabase? includeObjects,
- int? maxConcurrentBackfillTasks,
- int? maxConcurrentCdcTasks,
- String? spannerRpcPriority,
Implementation
SpannerSourceConfig({
this.backfillDataBoostEnabled,
this.changeStreamName,
this.excludeObjects,
this.fgacRole,
this.includeObjects,
this.maxConcurrentBackfillTasks,
this.maxConcurrentCdcTasks,
this.spannerRpcPriority,
});