Cloud Storage Config Response
data class CloudStorageConfigResponse(val avroConfig: AvroConfigResponse, val bucket: String, val filenamePrefix: String, val filenameSuffix: String, val maxBytes: String, val maxDuration: String, val state: String, val textConfig: TextConfigResponse)
Configuration for a Cloud Storage subscription.
Constructors
Link copied to clipboard
constructor(avroConfig: AvroConfigResponse, bucket: String, filenamePrefix: String, filenameSuffix: String, maxBytes: String, maxDuration: String, state: String, textConfig: TextConfigResponse)
Properties
Link copied to clipboard
If set, message data will be written to Cloud Storage in Avro format.
Link copied to clipboard
User-provided prefix for Cloud Storage filename. See the object naming requirements.
Link copied to clipboard
User-provided suffix for Cloud Storage filename. See the object naming requirements.
Link copied to clipboard
The maximum duration that can elapse before a new Cloud Storage file is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement deadline.
Link copied to clipboard
If set, message data will be written to Cloud Storage in text format.