Gcs Destination Config Args
data class GcsDestinationConfigArgs(val avroFileFormat: Output<AvroFileFormatArgs>? = null, val fileRotationInterval: Output<String>? = null, val fileRotationMb: Output<Int>? = null, val jsonFileFormat: Output<JsonFileFormatArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<GcsDestinationConfigArgs>
Google Cloud Storage destination configuration
Constructors
Link copied to clipboard
constructor(avroFileFormat: Output<AvroFileFormatArgs>? = null, fileRotationInterval: Output<String>? = null, fileRotationMb: Output<Int>? = null, jsonFileFormat: Output<JsonFileFormatArgs>? = 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. Values within the range of 15-60 seconds are allowed.
Link copied to clipboard
The maximum file size to be saved in the bucket.
Link copied to clipboard
JSON file format configuration.