public class OutputMappingConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputMappingConfig() | 
| OutputMappingConfig(OutputMappingConfig 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 | 
|---|---|
| String | getScene()Get 存储类型,仅支持COS | 
| Long | getWorkerNum()Get 并行worker数量 | 
| Long | getWorkerPartSize()Get worker分块大小,单位MB | 
| void | setScene(String Scene)Set 存储类型,仅支持COS | 
| void | setWorkerNum(Long WorkerNum)Set 并行worker数量 | 
| void | setWorkerPartSize(Long WorkerPartSize)Set worker分块大小,单位MB | 
| 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 OutputMappingConfig()
public OutputMappingConfig(OutputMappingConfig source)
public String getScene()
public void setScene(String Scene)
Scene - 存储类型,仅支持COSpublic Long getWorkerNum()
public void setWorkerNum(Long WorkerNum)
WorkerNum - 并行worker数量public Long getWorkerPartSize()
public void setWorkerPartSize(Long WorkerPartSize)
WorkerPartSize - worker分块大小,单位MBCopyright © 2025. All rights reserved.