Subscription Cloud Storage Config Args
data class SubscriptionCloudStorageConfigArgs(val avroConfig: Output<SubscriptionCloudStorageConfigAvroConfigArgs>? = null, val bucket: Output<String>, val filenamePrefix: Output<String>? = null, val filenameSuffix: Output<String>? = null, val maxBytes: Output<Int>? = null, val maxDuration: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<SubscriptionCloudStorageConfigArgs>
Properties
Link copied to clipboard
If set, message data will be written to Cloud Storage in Avro format. Structure is documented below.
Link copied to clipboard
User-provided prefix for Cloud Storage filename.
Link copied to clipboard
User-provided suffix for Cloud Storage filename. Must not end in "/".
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. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".