| Package | Description |
|---|---|
| com.tencentcloudapi.dlc.v20210125.models |
| Modifier and Type | Method and Description |
|---|---|
TPartition[] |
CreateDLCTableRequest.getPartitions()
Get Data table partition information
|
TPartition[] |
GenerateCreateMangedTableSqlRequest.getPartitions()
Get The table partitions.
|
TPartition[] |
CreateInternalTableRequest.getPartitions()
Get The table partitions.
|
TPartition[] |
DLCTable.getPartitions()
Get Data table partition information
Note: This field may return null, indicating that no valid values can be obtained.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDLCTableRequest.setPartitions(TPartition[] Partitions)
Set Data table partition information
|
void |
GenerateCreateMangedTableSqlRequest.setPartitions(TPartition[] Partitions)
Set The table partitions.
|
void |
CreateInternalTableRequest.setPartitions(TPartition[] Partitions)
Set The table partitions.
|
void |
DLCTable.setPartitions(TPartition[] Partitions)
Set Data table partition information
Note: This field may return null, indicating that no valid values can be obtained.
|
| Constructor and Description |
|---|
TPartition(TPartition source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.