Cloud Storage Config Args
data class CloudStorageConfigArgs(val avroConfig: Output<AvroConfigArgs>? = null, val bucket: Output<String>, val filenamePrefix: Output<String>? = null, val filenameSuffix: Output<String>? = null, val maxBytes: Output<String>? = null, val maxDuration: Output<String>? = null, val textConfig: Output<TextConfigArgs>? = null) : ConvertibleToJava<CloudStorageConfigArgs>
Configuration for a Cloud Storage subscription.
Constructors
Link copied to clipboard
constructor(avroConfig: Output<AvroConfigArgs>? = null, bucket: Output<String>, filenamePrefix: Output<String>? = null, filenameSuffix: Output<String>? = null, maxBytes: Output<String>? = null, maxDuration: Output<String>? = null, textConfig: Output<TextConfigArgs>? = null)
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.