CloudStorageConfig constructor

CloudStorageConfig({
  1. AvroConfig? avroConfig,
  2. String? bucket,
  3. String? filenamePrefix,
  4. String? filenameSuffix,
  5. String? maxBytes,
  6. String? maxDuration,
  7. String? serviceAccountEmail,
  8. String? state,
  9. TextConfig? textConfig,
})

Implementation

CloudStorageConfig({
  this.avroConfig,
  this.bucket,
  this.filenamePrefix,
  this.filenameSuffix,
  this.maxBytes,
  this.maxDuration,
  this.serviceAccountEmail,
  this.state,
  this.textConfig,
});