CloudStorageConfig constructor
CloudStorageConfig({
- AvroConfig? avroConfig,
- String? bucket,
- String? filenameDatetimeFormat,
- String? filenamePrefix,
- String? filenameSuffix,
- String? maxBytes,
- String? maxDuration,
- String? serviceAccountEmail,
- String? state,
- TextConfig? textConfig,
Implementation
CloudStorageConfig({
this.avroConfig,
this.bucket,
this.filenameDatetimeFormat,
this.filenamePrefix,
this.filenameSuffix,
this.maxBytes,
this.maxDuration,
this.serviceAccountEmail,
this.state,
this.textConfig,
});