Interface BigqueryTableExternalDataConfigurationHivePartitioningOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.736Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationHivePartitioningOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationHivePartitioningOptions.Builderstatic classBigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationHivePartitioningOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationHivePartitioningOptions.Builderbuilder()default StringgetMode()When set, what mode of hive partitioning to use when reading data.default ObjectgetRequirePartitionFilter()If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.default StringgetSourceUriPrefix()When hive partition detection is requested, a common for all source uris must be required.
-
-
-
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}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder builder()
-
-