public class AddShardConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddShardConfig() | 
| AddShardConfig(AddShardConfig 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getShardCount()Get 新增分片的数量 | 
| Long | getShardMemory()Get 分片内存大小,单位 GB | 
| Long | getShardStorage()Get 分片存储大小,单位 GB | 
| void | setShardCount(Long ShardCount)Set 新增分片的数量 | 
| void | setShardMemory(Long ShardMemory)Set 分片内存大小,单位 GB | 
| void | setShardStorage(Long ShardStorage)Set 分片存储大小,单位 GB | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddShardConfig()
public AddShardConfig(AddShardConfig source)
public Long getShardCount()
public void setShardCount(Long ShardCount)
ShardCount - 新增分片的数量public Long getShardMemory()
public void setShardMemory(Long ShardMemory)
ShardMemory - 分片内存大小,单位 GBpublic Long getShardStorage()
public void setShardStorage(Long ShardStorage)
ShardStorage - 分片存储大小,单位 GBCopyright © 2025. All rights reserved.