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