Interface BigqueryTableExternalDataConfigurationHivePartitioningOptions

    • Method Detail

      • getMode

        @Stability(Stable)
        @Nullable
        default String getMode()
        When set, what mode of hive partitioning to use when reading data.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#mode BigqueryTable#mode}

      • getRequirePartitionFilter

        @Stability(Stable)
        @Nullable
        default Object getRequirePartitionFilter()
        If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#require_partition_filter BigqueryTable#require_partition_filter}

      • getSourceUriPrefix

        @Stability(Stable)
        @Nullable
        default String getSourceUriPrefix()
        When hive partition detection is requested, a common for all source uris must be required.

        The prefix must end immediately before the partition key encoding begins. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#source_uri_prefix BigqueryTable#source_uri_prefix}