TableBiglakeConfigurationArgs

data class TableBiglakeConfigurationArgs(val connectionId: Output<String>, val fileFormat: Output<String>, val storageUri: Output<String>, val tableFormat: Output<String>) : ConvertibleToJava<TableBiglakeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(connectionId: Output<String>, fileFormat: Output<String>, storageUri: Output<String>, tableFormat: Output<String>)

Properties

Link copied to clipboard
val connectionId: Output<String>

The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form ".." or projects//locations//connections/".

Link copied to clipboard
val fileFormat: Output<String>

The file format the table data is stored in.

Link copied to clipboard
val storageUri: Output<String>

The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format "gs://bucket/path_to_table/"

Link copied to clipboard
val tableFormat: Output<String>

The table format the metadata only snapshots are stored in.

Functions

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