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