Stream Destination Config
data class StreamDestinationConfig(val bigqueryDestinationConfig: StreamDestinationConfigBigqueryDestinationConfig? = null, val destinationConnectionProfile: String, val gcsDestinationConfig: StreamDestinationConfigGcsDestinationConfig? = null)
Constructors
Link copied to clipboard
constructor(bigqueryDestinationConfig: StreamDestinationConfigBigqueryDestinationConfig? = null, destinationConnectionProfile: String, gcsDestinationConfig: StreamDestinationConfigGcsDestinationConfig? = null)
Properties
Link copied to clipboard
A configuration for how data should be loaded to Google BigQuery. Structure is documented below.
Link copied to clipboard
Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
Link copied to clipboard
A configuration for how data should be loaded to Cloud Storage. Structure is documented below.