Class BigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationHivePartitioningOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationHivePartitioningOptions
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationHivePartitioningOptions
An implementation forBigqueryTableExternalDataConfigurationHivePartitioningOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationHivePartitioningOptions
BigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder, BigqueryTableExternalDataConfigurationHivePartitioningOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMode()When set, what mode of hive partitioning to use when reading data.ObjectgetRequirePartitionFilter()If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.StringgetSourceUriPrefix()When hive partition detection is requested, a common for all source uris must be required.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationHivePartitioningOptions.Builder.
-
-
Method Detail
-
getMode
public final String getMode()
Description copied from interface:BigqueryTableExternalDataConfigurationHivePartitioningOptionsWhen 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}
- Specified by:
getModein interfaceBigqueryTableExternalDataConfigurationHivePartitioningOptions
-
getRequirePartitionFilter
public final Object getRequirePartitionFilter()
Description copied from interface:BigqueryTableExternalDataConfigurationHivePartitioningOptionsIf 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}
- Specified by:
getRequirePartitionFilterin interfaceBigqueryTableExternalDataConfigurationHivePartitioningOptions
-
getSourceUriPrefix
public final String getSourceUriPrefix()
Description copied from interface:BigqueryTableExternalDataConfigurationHivePartitioningOptionsWhen 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}
- Specified by:
getSourceUriPrefixin interfaceBigqueryTableExternalDataConfigurationHivePartitioningOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-