Interface BigqueryJobLoadParquetOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    BigqueryJobLoadParquetOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.701Z")
    @Stability(Stable)
    public interface BigqueryJobLoadParquetOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEnableListInference

        @Stability(Stable)
        @Nullable
        default Object getEnableListInference()
        If sourceFormat is set to PARQUET, indicates whether to use schema inference specifically for Parquet LIST logical type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enable_list_inference BigqueryJob#enable_list_inference}

      • getEnumAsString

        @Stability(Stable)
        @Nullable
        default Object getEnumAsString()
        If sourceFormat is set to PARQUET, indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enum_as_string BigqueryJob#enum_as_string}