Gcs Destination Config Response
data class GcsDestinationConfigResponse(val avroFileFormat: AvroFileFormatResponse, val fileRotationInterval: String, val fileRotationMb: Int, val jsonFileFormat: JsonFileFormatResponse, val path: String)
Google Cloud Storage destination configuration
Constructors
Link copied to clipboard
constructor(avroFileFormat: AvroFileFormatResponse, fileRotationInterval: String, fileRotationMb: Int, jsonFileFormat: JsonFileFormatResponse, path: String)
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.