Stream Destination Config
data class StreamDestinationConfig(val bigqueryDestinationConfig: StreamDestinationConfigBigqueryDestinationConfig? = null, val destinationConnectionProfile: String, val gcsDestinationConfig: StreamDestinationConfigGcsDestinationConfig? = null)
Constructors
Link copied to clipboard
fun StreamDestinationConfig(bigqueryDestinationConfig: StreamDestinationConfigBigqueryDestinationConfig? = null, destinationConnectionProfile: String, gcsDestinationConfig: StreamDestinationConfigGcsDestinationConfig? = null)