OutputConfig constructor
OutputConfig({
- int? batchSize,
- GcsDestination? gcsDestination,
Implementation
OutputConfig({
this.batchSize,
this.gcsDestination,
});