Gcs Destination Config Response
data class GcsDestinationConfigResponse(val avroFileFormat: AvroFileFormatResponse, val fileRotationInterval: String, val fileRotationMb: Int, val gcsFileFormat: String, val jsonFileFormat: JsonFileFormatResponse, val path: String)
Google Cloud Storage destination configuration
Constructors
Link copied to clipboard
constructor(avroFileFormat: AvroFileFormatResponse, fileRotationInterval: String, fileRotationMb: Int, gcsFileFormat: String, 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.
Link copied to clipboard
The maximum file size to be saved in the bucket.
Link copied to clipboard
File format that data should be written in. Deprecated field (b/169501737) - use file_format instead.
Link copied to clipboard
JSON file format configuration.