StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs

data class StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs(val bucket: Output<String>, val connectionName: Output<String>, val fileFormat: Output<String>, val rootPath: Output<String>? = null, val tableFormat: Output<String>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

The Cloud Storage bucket name.

Link copied to clipboard
val connectionName: Output<String>

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

Link copied to clipboard
val fileFormat: Output<String>

The file format.

Link copied to clipboard
val rootPath: Output<String>? = null

The root path inside the Cloud Storage bucket.

Link copied to clipboard
val tableFormat: Output<String>

The table format.

Functions

Link copied to clipboard
open override fun toJava(): StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs