tencentcloud-sdk-dbbrain 3.0.749 → 3.0.751
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/models.rb +17 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d86c0e30ed6dbfd77d74127aaca8923cd5a884d2
|
4
|
+
data.tar.gz: 32b725b4f4fdf12499ada9979d7b500e3fc323e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 384a727716134255ae0bc26eb5889c8c3e5530026a0a5ac3862bfaa1c94ec05c0b764fe1efb676dca84144e16f6980d48267c0b42d0c84a67277b6951e8c2739
|
7
|
+
data.tar.gz: a011546de153a65b76f85e03cb58d6bcc0a7f9de8010d2c7f978fa939a39bc2e59a40ae2f0370da312547e80549784d4b65a25d9731da3e659f0e5037b1208f0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.751
|
data/lib/v20210527/models.rb
CHANGED
@@ -2561,16 +2561,22 @@ module TencentCloud
|
|
2561
2561
|
# @type KeyType: String
|
2562
2562
|
# @param Limit: 查询数目,默认为20,最大值为100。
|
2563
2563
|
# @type Limit: Integer
|
2564
|
+
# @param AsyncRequestId: 异步任务ID。当为空时,选择最近任务的ID。
|
2565
|
+
# @type AsyncRequestId: Integer
|
2566
|
+
# @param ShardIds: 分片节点序号列表。当列表为空时,选择所有分片节点。
|
2567
|
+
# @type ShardIds: Array
|
2564
2568
|
|
2565
|
-
attr_accessor :InstanceId, :Date, :Product, :SortBy, :KeyType, :Limit
|
2569
|
+
attr_accessor :InstanceId, :Date, :Product, :SortBy, :KeyType, :Limit, :AsyncRequestId, :ShardIds
|
2566
2570
|
|
2567
|
-
def initialize(instanceid=nil, date=nil, product=nil, sortby=nil, keytype=nil, limit=nil)
|
2571
|
+
def initialize(instanceid=nil, date=nil, product=nil, sortby=nil, keytype=nil, limit=nil, asyncrequestid=nil, shardids=nil)
|
2568
2572
|
@InstanceId = instanceid
|
2569
2573
|
@Date = date
|
2570
2574
|
@Product = product
|
2571
2575
|
@SortBy = sortby
|
2572
2576
|
@KeyType = keytype
|
2573
2577
|
@Limit = limit
|
2578
|
+
@AsyncRequestId = asyncrequestid
|
2579
|
+
@ShardIds = shardids
|
2574
2580
|
end
|
2575
2581
|
|
2576
2582
|
def deserialize(params)
|
@@ -2580,6 +2586,8 @@ module TencentCloud
|
|
2580
2586
|
@SortBy = params['SortBy']
|
2581
2587
|
@KeyType = params['KeyType']
|
2582
2588
|
@Limit = params['Limit']
|
2589
|
+
@AsyncRequestId = params['AsyncRequestId']
|
2590
|
+
@ShardIds = params['ShardIds']
|
2583
2591
|
end
|
2584
2592
|
end
|
2585
2593
|
|
@@ -3911,19 +3919,24 @@ module TencentCloud
|
|
3911
3919
|
# @param KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
|
3912
3920
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3913
3921
|
# @type KeyDelimiters: Array
|
3922
|
+
# @param ShardNum: 分片节点数量。
|
3923
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3924
|
+
# @type ShardNum: String
|
3914
3925
|
|
3915
|
-
attr_accessor :DailyInspection, :OverviewDisplay, :KeyDelimiters
|
3926
|
+
attr_accessor :DailyInspection, :OverviewDisplay, :KeyDelimiters, :ShardNum
|
3916
3927
|
|
3917
|
-
def initialize(dailyinspection=nil, overviewdisplay=nil, keydelimiters=nil)
|
3928
|
+
def initialize(dailyinspection=nil, overviewdisplay=nil, keydelimiters=nil, shardnum=nil)
|
3918
3929
|
@DailyInspection = dailyinspection
|
3919
3930
|
@OverviewDisplay = overviewdisplay
|
3920
3931
|
@KeyDelimiters = keydelimiters
|
3932
|
+
@ShardNum = shardnum
|
3921
3933
|
end
|
3922
3934
|
|
3923
3935
|
def deserialize(params)
|
3924
3936
|
@DailyInspection = params['DailyInspection']
|
3925
3937
|
@OverviewDisplay = params['OverviewDisplay']
|
3926
3938
|
@KeyDelimiters = params['KeyDelimiters']
|
3939
|
+
@ShardNum = params['ShardNum']
|
3927
3940
|
end
|
3928
3941
|
end
|
3929
3942
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dbbrain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.751
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|