public class CosParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CosParam() | 
| CosParam(CosParam 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 | getAggregateBatchSize()Get 汇聚消息量的大小(单位:MB) | 
| Long | getAggregateInterval()Get 汇聚的时间间隔(单位:小时) | 
| String | getBucketName()Get cos 存储桶名称 | 
| String | getDirectoryTimeFormat()Get 根据strptime 时间格式化的分区格式 | 
| String | getFormatOutputType()Get 消息汇聚后的文件格式(支持csv, json) | 
| String | getObjectKey()Get 对象名称 | 
| String | getObjectKeyPrefix()Get 转储的对象目录前缀 | 
| String | getRegion()Get 地域代码 | 
| void | setAggregateBatchSize(Long AggregateBatchSize)Set 汇聚消息量的大小(单位:MB) | 
| void | setAggregateInterval(Long AggregateInterval)Set 汇聚的时间间隔(单位:小时) | 
| void | setBucketName(String BucketName)Set cos 存储桶名称 | 
| void | setDirectoryTimeFormat(String DirectoryTimeFormat)Set 根据strptime 时间格式化的分区格式 | 
| void | setFormatOutputType(String FormatOutputType)Set 消息汇聚后的文件格式(支持csv, json) | 
| void | setObjectKey(String ObjectKey)Set 对象名称 | 
| void | setObjectKeyPrefix(String ObjectKeyPrefix)Set 转储的对象目录前缀 | 
| void | setRegion(String Region)Set 地域代码 | 
| 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 CosParam()
public CosParam(CosParam source)
public String getBucketName()
public void setBucketName(String BucketName)
BucketName - cos 存储桶名称public String getRegion()
public void setRegion(String Region)
Region - 地域代码public String getObjectKey()
public void setObjectKey(String ObjectKey)
ObjectKey - 对象名称public Long getAggregateBatchSize()
public void setAggregateBatchSize(Long AggregateBatchSize)
AggregateBatchSize - 汇聚消息量的大小(单位:MB)public Long getAggregateInterval()
public void setAggregateInterval(Long AggregateInterval)
AggregateInterval - 汇聚的时间间隔(单位:小时)public String getFormatOutputType()
public void setFormatOutputType(String FormatOutputType)
FormatOutputType - 消息汇聚后的文件格式(支持csv, json)public String getObjectKeyPrefix()
public void setObjectKeyPrefix(String ObjectKeyPrefix)
ObjectKeyPrefix - 转储的对象目录前缀public String getDirectoryTimeFormat()
public void setDirectoryTimeFormat(String DirectoryTimeFormat)
DirectoryTimeFormat - 根据strptime 时间格式化的分区格式Copyright © 2025. All rights reserved.