Stream Destination Config Gcs Destination Config
data class StreamDestinationConfigGcsDestinationConfig(val avroFileFormat: StreamDestinationConfigGcsDestinationConfigAvroFileFormat? = null, val fileRotationInterval: String? = null, val fileRotationMb: Int? = null, val jsonFileFormat: StreamDestinationConfigGcsDestinationConfigJsonFileFormat? = null, val path: String? = null)
Constructors
Link copied to clipboard
fun StreamDestinationConfigGcsDestinationConfig(avroFileFormat: StreamDestinationConfigGcsDestinationConfigAvroFileFormat? = null, fileRotationInterval: String? = null, fileRotationMb: Int? = null, jsonFileFormat: StreamDestinationConfigGcsDestinationConfigJsonFileFormat? = null, path: String? = null)