CloudStorage constructor
CloudStorage({
- AvroFormat? avroFormat,
- String? bucket,
- String? matchGlob,
- String? minimumObjectCreateTime,
- PubSubAvroFormat? pubsubAvroFormat,
- String? state,
- TextFormat? textFormat,
Implementation
CloudStorage({
this.avroFormat,
this.bucket,
this.matchGlob,
this.minimumObjectCreateTime,
this.pubsubAvroFormat,
this.state,
this.textFormat,
});