tencentcloud-sdk-dbbrain 3.0.1157 → 3.0.1160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/models.rb +8 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52d9ca9827f181c5953125ed059fa7e373d2fac9
|
|
4
|
+
data.tar.gz: 32dd80ac1422a651398877a9505e8e419ac94b23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5e22ee95bf3b3de273b733d32c404f0ef9f584ed9d5b1bb387f0448b516b2ec1e37128be105accb739e511943e8e363eb62bf8d22ad357574d78712cdc7b534
|
|
7
|
+
data.tar.gz: 41cbfaec2a895858530331c19b6e559e96e97c80e3a2b8bf13a7f72f00542eea7aef060d35c7639b70ea4eb9bcf05755b3a01126bf128e42330133d98239a2dd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -6646,13 +6646,13 @@ module TencentCloud
|
|
|
6646
6646
|
end
|
|
6647
6647
|
end
|
|
6648
6648
|
|
|
6649
|
-
# redis key
|
|
6649
|
+
# redis key的内存占用等信息。
|
|
6650
6650
|
class RedisKeySpaceData < TencentCloud::Common::AbstractModel
|
|
6651
6651
|
# @param Key: key名。
|
|
6652
6652
|
# @type Key: String
|
|
6653
6653
|
# @param Type: key类型。
|
|
6654
6654
|
# @type Type: String
|
|
6655
|
-
# @param Encoding: key
|
|
6655
|
+
# @param Encoding: key编码方式。包括 int、string、linkedlist、hashtable、skiplist、zipmap、ziplist、intset、quicklist、listpack。
|
|
6656
6656
|
# @type Encoding: String
|
|
6657
6657
|
# @param ExpireTime: key过期时间戳(毫秒),0代表未设置过期时间。
|
|
6658
6658
|
# @type ExpireTime: Integer
|
|
@@ -6666,10 +6666,12 @@ module TencentCloud
|
|
|
6666
6666
|
# @type AveElementSize: Integer
|
|
6667
6667
|
# @param ShardId: 所属分片序号。
|
|
6668
6668
|
# @type ShardId: String
|
|
6669
|
+
# @param Db: key所属数据库编号。
|
|
6670
|
+
# @type Db: Integer
|
|
6669
6671
|
|
|
6670
|
-
attr_accessor :Key, :Type, :Encoding, :ExpireTime, :Length, :ItemCount, :MaxElementSize, :AveElementSize, :ShardId
|
|
6672
|
+
attr_accessor :Key, :Type, :Encoding, :ExpireTime, :Length, :ItemCount, :MaxElementSize, :AveElementSize, :ShardId, :Db
|
|
6671
6673
|
|
|
6672
|
-
def initialize(key=nil, type=nil, encoding=nil, expiretime=nil, length=nil, itemcount=nil, maxelementsize=nil, aveelementsize=nil, shardid=nil)
|
|
6674
|
+
def initialize(key=nil, type=nil, encoding=nil, expiretime=nil, length=nil, itemcount=nil, maxelementsize=nil, aveelementsize=nil, shardid=nil, db=nil)
|
|
6673
6675
|
@Key = key
|
|
6674
6676
|
@Type = type
|
|
6675
6677
|
@Encoding = encoding
|
|
@@ -6679,6 +6681,7 @@ module TencentCloud
|
|
|
6679
6681
|
@MaxElementSize = maxelementsize
|
|
6680
6682
|
@AveElementSize = aveelementsize
|
|
6681
6683
|
@ShardId = shardid
|
|
6684
|
+
@Db = db
|
|
6682
6685
|
end
|
|
6683
6686
|
|
|
6684
6687
|
def deserialize(params)
|
|
@@ -6691,6 +6694,7 @@ module TencentCloud
|
|
|
6691
6694
|
@MaxElementSize = params['MaxElementSize']
|
|
6692
6695
|
@AveElementSize = params['AveElementSize']
|
|
6693
6696
|
@ShardId = params['ShardId']
|
|
6697
|
+
@Db = params['Db']
|
|
6694
6698
|
end
|
|
6695
6699
|
end
|
|
6696
6700
|
|
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.1160
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-dbbrain.rb
|
|
37
36
|
- lib/v20210527/models.rb
|
|
38
37
|
- lib/v20210527/client.rb
|
|
38
|
+
- lib/tencentcloud-sdk-dbbrain.rb
|
|
39
39
|
- lib/v20191016/models.rb
|
|
40
40
|
- lib/v20191016/client.rb
|
|
41
41
|
- lib/VERSION
|