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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/models.rb +6 -6
- 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: 016e1291e3cbe75982d84c5b57ebe4f619a82ed7
|
4
|
+
data.tar.gz: b547ba79fa988c35005730c71d680b522d0eb534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88084a76e49b67d3905863db81ae49e5d8655df749f35c9af698a761adb642adbeee2ed975accbba8317d2d83f5602cd896c2f18d7be42e9e13856576ca68d0e
|
7
|
+
data.tar.gz: a8c81b31be345b6ae9daac63e6434df7c1d9c70e4bddad2aea7d4ba1064f9bab66dd8ceb85e0d3e0fc771e9f5511d4a9306da866d66ef89328b40ce430d405d3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1157
|
data/lib/v20210527/models.rb
CHANGED
@@ -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.
|
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-
|
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
|