GcsDestinationConfig constructor

GcsDestinationConfig({
  1. AvroFileFormat? avroFileFormat,
  2. String? fileRotationInterval,
  3. int? fileRotationMb,
  4. JsonFileFormat? jsonFileFormat,
  5. String? path,
})

Implementation

GcsDestinationConfig({
  this.avroFileFormat,
  this.fileRotationInterval,
  this.fileRotationMb,
  this.jsonFileFormat,
  this.path,
});