Google Cloud Datastream V1 Client - Class TableFormat (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastream V1 Client class TableFormat.
Supported table formats for BigLake managed tables.
Protobuf type google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig.TableFormat
Namespace
Google \ Cloud \ Datastream \ V1 \ BigQueryDestinationConfig \ BlmtConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TABLE_FORMAT_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum TABLE_FORMAT_UNSPECIFIED = 0;
ICEBERG
Value: 1Iceberg table format.
Generated from protobuf enum ICEBERG = 1;