GcsDestinationConfig constructor
GcsDestinationConfig({
- AvroFileFormat? avroFileFormat,
- String? fileRotationInterval,
- int? fileRotationMb,
- String? gcsFileFormat,
- JsonFileFormat? jsonFileFormat,
- String? path,
Implementation
GcsDestinationConfig({
this.avroFileFormat,
this.fileRotationInterval,
this.fileRotationMb,
this.gcsFileFormat,
this.jsonFileFormat,
this.path,
});