StreamDestinationConfigBigqueryDestinationConfigBlmtConfig

data class StreamDestinationConfigBigqueryDestinationConfigBlmtConfig(val bucket: String, val connectionName: String, val fileFormat: String, val rootPath: String? = null, val tableFormat: String)

Constructors

constructor(bucket: String, connectionName: String, fileFormat: String, rootPath: String? = null, tableFormat: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud Storage bucket name.

Link copied to clipboard

The bigquery connection. Format: {project}.{location}.{name}

Link copied to clipboard

The file format.

Link copied to clipboard
val rootPath: String? = null

The root path inside the Cloud Storage bucket.

Link copied to clipboard

The table format.