tencentcloud-sdk-dbbrain 3.0.1153 → 3.0.1157

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: 0a7e46c8a69e4ad345fa5cfc6c44758119cd1abc
4
- data.tar.gz: a440448f0b360f0f6fbc67366dbcbf71b494fc1a
3
+ metadata.gz: 016e1291e3cbe75982d84c5b57ebe4f619a82ed7
4
+ data.tar.gz: b547ba79fa988c35005730c71d680b522d0eb534
5
5
  SHA512:
6
- metadata.gz: 8f1a72c54055b894dcaabb1d1be7223ec1bb3a3978ecd19741f447f3df2da2ed8297759c467c578300957b78e078b80bed0cb4044d879fbf967aec127b8fefe1
7
- data.tar.gz: 5bca0cce49e304cef537f283f430ccbdadb3fcff519aa3620bd7b982528ca9b6e4a23e20c8284d24672fda333d7aaab0f1dfb92e9120ff2f01873e27a1e45ffe
6
+ metadata.gz: 88084a76e49b67d3905863db81ae49e5d8655df749f35c9af698a761adb642adbeee2ed975accbba8317d2d83f5602cd896c2f18d7be42e9e13856576ca68d0e
7
+ data.tar.gz: a8c81b31be345b6ae9daac63e6434df7c1d9c70e4bddad2aea7d4ba1064f9bab66dd8ceb85e0d3e0fc771e9f5511d4a9306da866d66ef89328b40ce430d405d3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1153
1
+ 3.0.1157
@@ -7063,21 +7063,21 @@ module TencentCloud
7063
7063
 
7064
7064
  # redis top慢日志聚合详情。
7065
7065
  class SlowLogAgg < TencentCloud::Common::AbstractModel
7066
- # @param Cmd: 命令模版。
7066
+ # @param Cmd: 命令模板。
7067
7067
  # @type Cmd: String
7068
7068
  # @param Detail: 命令详情。
7069
7069
  # @type Detail: String
7070
7070
  # @param ExecTimes: 执行次数。
7071
7071
  # @type ExecTimes: Integer
7072
- # @param QueryTime: 总耗时。
7072
+ # @param QueryTime: 总耗时。单位:s
7073
7073
  # @type QueryTime: Float
7074
- # @param QueryTimeAvg: 平均执行时间。
7074
+ # @param QueryTimeAvg: 平均执行时间。单位:s
7075
7075
  # @type QueryTimeAvg: Float
7076
- # @param QueryTimeMax: 最大执行时间。
7076
+ # @param QueryTimeMax: 最大执行时间。单位:s
7077
7077
  # @type QueryTimeMax: Float
7078
- # @param QueryTimeMin: 最小执行时间。
7078
+ # @param QueryTimeMin: 最小执行时间。单位:s
7079
7079
  # @type QueryTimeMin: Float
7080
- # @param QueryTimeRatio: 总耗时占比
7080
+ # @param QueryTimeRatio: 总耗时占比。单位:%
7081
7081
  # @type QueryTimeRatio: Float
7082
7082
 
7083
7083
  attr_accessor :Cmd, :Detail, :ExecTimes, :QueryTime, :QueryTimeAvg, :QueryTimeMax, :QueryTimeMin, :QueryTimeRatio
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.1153
4
+ version: 3.0.1157
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-15 00:00:00.000000000 Z
11
+ date: 2025-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common