Stream Destination Config Gcs Destination Config Args
data class StreamDestinationConfigGcsDestinationConfigArgs(val avroFileFormat: Output<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>? = null, val fileRotationInterval: Output<String>? = null, val fileRotationMb: Output<Int>? = null, val jsonFileFormat: Output<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigArgs>
Constructors
Link copied to clipboard
constructor(avroFileFormat: Output<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>? = null, fileRotationInterval: Output<String>? = null, fileRotationMb: Output<Int>? = null, jsonFileFormat: Output<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>? = null, path: Output<String>? = null)
Properties
Link copied to clipboard
AVRO file format configuration.
Link copied to clipboard
The maximum duration for which new events are added before a file is closed and a new file is created. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.
Link copied to clipboard
The maximum file size to be saved in the bucket.
Link copied to clipboard
JSON file format configuration. Structure is documented below.