GcsDestinationConfigResponse

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
fun GcsDestinationConfigResponse(avroFileFormat: AvroFileFormatResponse, fileRotationInterval: String, fileRotationMb: Int, jsonFileFormat: JsonFileFormatResponse, path: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Path inside the Cloud Storage bucket to write data to.