Table Biglake Configuration Args
data class TableBiglakeConfigurationArgs(val connectionId: Output<String>, val fileFormat: Output<String>, val storageUri: Output<String>, val tableFormat: Output<String>) : ConvertibleToJava<TableBiglakeConfigurationArgs>
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 "
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.