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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableRangePartitioningRange.BuilderA builder forBigqueryTableRangePartitioningRangestatic classBigqueryTableRangePartitioningRange.Jsii$ProxyAn implementation forBigqueryTableRangePartitioningRange
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableRangePartitioningRange.Builderbuilder()NumbergetEnd()End of the range partitioning, exclusive.NumbergetInterval()The width of each range within the partition.NumbergetStart()Start of the range partitioning, inclusive.
-
-
-
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}
-
builder
@Stability(Stable) static BigqueryTableRangePartitioningRange.Builder builder()
-
-