Package | Description |
---|---|
com.tencentcloudapi.dlc.v20210125.models |
Modifier and Type | Method and Description |
---|---|
DMSPartition |
AlterDMSPartitionRequest.getPartition()
Get 分区
|
DMSPartition[] |
AddDMSPartitionsResponse.getPartitions()
Get 分区值
|
DMSPartition[] |
DescribeDMSTableResponse.getPartitions()
Get 分区
注意:此字段可能返回 null,表示取不到有效值。
|
DMSPartition[] |
AlterDMSTableRequest.getPartitions()
Get 分区
|
DMSPartition[] |
CreateDMSTableRequest.getPartitions()
Get 分区
|
DMSPartition[] |
AddDMSPartitionsRequest.getPartitions()
Get 分区
|
DMSPartition[] |
DMSTable.getPartitions()
Get 分区
注意:此字段可能返回 null,表示取不到有效值。
|
DMSPartition[] |
DescribeDMSPartitionsResponse.getPartitions()
Get 分区信息
|
Modifier and Type | Method and Description |
---|---|
void |
AlterDMSPartitionRequest.setPartition(DMSPartition Partition)
Set 分区
|
void |
AddDMSPartitionsResponse.setPartitions(DMSPartition[] Partitions)
Set 分区值
|
void |
DescribeDMSTableResponse.setPartitions(DMSPartition[] Partitions)
Set 分区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
AlterDMSTableRequest.setPartitions(DMSPartition[] Partitions)
Set 分区
|
void |
CreateDMSTableRequest.setPartitions(DMSPartition[] Partitions)
Set 分区
|
void |
AddDMSPartitionsRequest.setPartitions(DMSPartition[] Partitions)
Set 分区
|
void |
DMSTable.setPartitions(DMSPartition[] Partitions)
Set 分区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DescribeDMSPartitionsResponse.setPartitions(DMSPartition[] Partitions)
Set 分区信息
|
Constructor and Description |
---|
DMSPartition(DMSPartition 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 © 2024. All rights reserved.