Interface BigqueryTableExternalDataConfigurationBigtableOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationBigtableOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.732Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationBigtableOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationBigtableOptions.BuilderA builder forBigqueryTableExternalDataConfigurationBigtableOptionsstatic classBigqueryTableExternalDataConfigurationBigtableOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationBigtableOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationBigtableOptions.Builderbuilder()default ObjectgetColumnFamily()column_family block.default ObjectgetIgnoreUnspecifiedColumnFamilies()If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.default ObjectgetOutputColumnFamiliesAsJson()If field is true, then each column family will be read as a single JSON column.default ObjectgetReadRowkeyAsString()If field is true, then the rowkey column families will be read and converted to string.
-
-
-
Method Detail
-
getColumnFamily
@Stability(Stable) @Nullable default Object getColumnFamily()
column_family block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#column_family BigqueryTable#column_family}
-
getIgnoreUnspecifiedColumnFamilies
@Stability(Stable) @Nullable default Object getIgnoreUnspecifiedColumnFamilies()
If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.Otherwise, they are read with BYTES type values. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#ignore_unspecified_column_families BigqueryTable#ignore_unspecified_column_families}
-
getOutputColumnFamiliesAsJson
@Stability(Stable) @Nullable default Object getOutputColumnFamiliesAsJson()
If field is true, then each column family will be read as a single JSON column.Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#output_column_families_as_json BigqueryTable#output_column_families_as_json}
-
getReadRowkeyAsString
@Stability(Stable) @Nullable default Object getReadRowkeyAsString()
If field is true, then the rowkey column families will be read and converted to string.Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#read_rowkey_as_string BigqueryTable#read_rowkey_as_string}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationBigtableOptions.Builder builder()
-
-