public class DescribeRedisTopBigKeysRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRedisTopBigKeysRequest() |
DescribeRedisTopBigKeysRequest(DescribeRedisTopBigKeysRequest 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 |
getAsyncRequestId()
Get 异步任务ID。当为空时,选择最近任务的ID。
|
String |
getDate()
Get 查询日期,如2021-05-27,最早可为前30天的日期。
|
String |
getInstanceId()
Get 实例ID。
|
String |
getKeyType()
Get key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
|
Long |
getLimit()
Get 查询数目,默认为20,最大值为100。
|
String |
getProduct()
Get 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
Long[] |
getShardIds()
Get 分片节点序号列表。当列表为空时,选择所有分片节点。
|
String |
getSortBy()
Get 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
|
void |
setAsyncRequestId(Long AsyncRequestId)
Set 异步任务ID。当为空时,选择最近任务的ID。
|
void |
setDate(String Date)
Set 查询日期,如2021-05-27,最早可为前30天的日期。
|
void |
setInstanceId(String InstanceId)
Set 实例ID。
|
void |
setKeyType(String KeyType)
Set key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
|
void |
setLimit(Long Limit)
Set 查询数目,默认为20,最大值为100。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
void |
setShardIds(Long[] ShardIds)
Set 分片节点序号列表。当列表为空时,选择所有分片节点。
|
void |
setSortBy(String SortBy)
Set 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
|
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, toJsonString
public DescribeRedisTopBigKeysRequest()
public DescribeRedisTopBigKeysRequest(DescribeRedisTopBigKeysRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID。public String getDate()
public void setDate(String Date)
Date
- 查询日期,如2021-05-27,最早可为前30天的日期。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括 "redis" - 云数据库 Redis。public String getSortBy()
public void setSortBy(String SortBy)
SortBy
- 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。public String getKeyType()
public void setKeyType(String KeyType)
KeyType
- key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询数目,默认为20,最大值为100。public Long getAsyncRequestId()
public void setAsyncRequestId(Long AsyncRequestId)
AsyncRequestId
- 异步任务ID。当为空时,选择最近任务的ID。public Long[] getShardIds()
public void setShardIds(Long[] ShardIds)
ShardIds
- 分片节点序号列表。当列表为空时,选择所有分片节点。Copyright © 2024. All rights reserved.