Interface BigqueryTableRangePartitioningRange

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

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

      • getEnd

        @Stability(Stable)
        @NotNull
        Number getEnd()
        End of the range partitioning, exclusive.

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

      • getInterval

        @Stability(Stable)
        @NotNull
        Number getInterval()
        The width of each range within the partition.

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

      • getStart

        @Stability(Stable)
        @NotNull
        Number getStart()
        Start of the range partitioning, inclusive.

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