Interface BigqueryTableExternalDataConfigurationBigtableOptions

    • 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}