
ksyun.client.kcs.analyzebigkeys.v20160701.AnalyzeBigKeysRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksyun-java-sdk Show documentation
Show all versions of ksyun-java-sdk Show documentation
The KSYUN Web Services SDK for Java provides Java APIs
for building software on KSYUN' cost-effective, scalable, and reliable
infrastructure products. The KSYUN Java SDK allows developers to code
against APIs for all of KSYUN's infrastructure web services (KSC
S3, KSC KEC, KSC RDS etc).
The newest version!
package ksyun.client.kcs.analyzebigkeys.v20160701;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname AnalyzeBigKeysRequest
* @Description 请求参数
*/
@Data
public class AnalyzeBigKeysRequest {
/**
* 任务ID 大key分析任务id
*/
@KsYunField(name = "TaskId")
private String TaskId;
/**
* 操作类型 范围(1,2,3,4),1-缓存分析-结果-基础信息;2-缓存分析-结果-top大key占比图;3-缓存分析-结果-详情;4-缓存分析-结果-详情下载
*/
@KsYunField(name = "QueryType")
private Integer QueryType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy