TableBiglakeConfiguration

data class TableBiglakeConfiguration(val connectionId: String, val fileFormat: String, val storageUri: String, val tableFormat: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The file format the table data is stored in.

Link copied to clipboard

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

The table format the metadata only snapshots are stored in.