Interface BigqueryTableRangePartitioning
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableRangePartitioning.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.748Z") @Stability(Stable) public interface BigqueryTableRangePartitioning extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableRangePartitioning.BuilderA builder forBigqueryTableRangePartitioningstatic classBigqueryTableRangePartitioning.Jsii$ProxyAn implementation forBigqueryTableRangePartitioning
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableRangePartitioning.Builderbuilder()StringgetField()The field used to determine how to create a range-based partition.BigqueryTableRangePartitioningRangegetRange()range block.
-
-
-
Method Detail
-
getField
@Stability(Stable) @NotNull String getField()
The field used to determine how to create a range-based partition.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#field BigqueryTable#field}
-
getRange
@Stability(Stable) @NotNull BigqueryTableRangePartitioningRange getRange()
range block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#range BigqueryTable#range}
-
builder
@Stability(Stable) static BigqueryTableRangePartitioning.Builder builder()
-
-