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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 016e1291e3cbe75982d84c5b57ebe4f619a82ed7
4
- data.tar.gz: b547ba79fa988c35005730c71d680b522d0eb534
3
+ metadata.gz: 52d9ca9827f181c5953125ed059fa7e373d2fac9
4
+ data.tar.gz: 32dd80ac1422a651398877a9505e8e419ac94b23
5
5
  SHA512:
6
- metadata.gz: 88084a76e49b67d3905863db81ae49e5d8655df749f35c9af698a761adb642adbeee2ed975accbba8317d2d83f5602cd896c2f18d7be42e9e13856576ca68d0e
7
- data.tar.gz: a8c81b31be345b6ae9daac63e6434df7c1d9c70e4bddad2aea7d4ba1064f9bab66dd8ceb85e0d3e0fc771e9f5511d4a9306da866d66ef89328b40ce430d405d3
6
+ metadata.gz: b5e22ee95bf3b3de273b733d32c404f0ef9f584ed9d5b1bb387f0448b516b2ec1e37128be105accb739e511943e8e363eb62bf8d22ad357574d78712cdc7b534
7
+ data.tar.gz: 41cbfaec2a895858530331c19b6e559e96e97c80e3a2b8bf13a7f72f00542eea7aef060d35c7639b70ea4eb9bcf05755b3a01126bf128e42330133d98239a2dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1157
1
+ 3.0.1160
@@ -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.1157
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-20 00:00:00.000000000 Z
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