tencentcloud-sdk-dbbrain 3.0.591 → 3.0.592
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 +2 -2
- 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: 53d9ffe74b73bb3e974ea45e5bd32b0e95af5b45
|
|
4
|
+
data.tar.gz: 9b2b25afa4755d68cb13b8ebf8d19ad64d0ba462
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ae11daac8491495d5e5dab84e4321528eac6f5871f06f5ef646a66d37f24e3fb9d400d3e78d585a9b71883ccc3dfb6d853b34957b402f85605522c458a6f366
|
|
7
|
+
data.tar.gz: 42a8a29ebb10735124a3c91c13f2880ec6b363f24559a9e42e9472a2cb1b793f3ed4e14bab393782b69a652a281528d534c7e2fbd86691c75ad0f966b7561115
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.592
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -2250,7 +2250,7 @@ module TencentCloud
|
|
|
2250
2250
|
# @type EndTime: String
|
|
2251
2251
|
# @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
|
2252
2252
|
# @type Product: String
|
|
2253
|
-
# @param Md5:
|
|
2253
|
+
# @param Md5: SQL模板的MD5值
|
|
2254
2254
|
# @type Md5: String
|
|
2255
2255
|
|
|
2256
2256
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :Md5
|
|
@@ -4236,7 +4236,7 @@ module TencentCloud
|
|
|
4236
4236
|
# @type LockTimeAvg: Float
|
|
4237
4237
|
# @param RowsExaminedAvg: 平均扫描行数
|
|
4238
4238
|
# @type RowsExaminedAvg: Float
|
|
4239
|
-
# @param Md5:
|
|
4239
|
+
# @param Md5: SQL模板的MD5值
|
|
4240
4240
|
# @type Md5: String
|
|
4241
4241
|
|
|
4242
4242
|
attr_accessor :LockTime, :LockTimeMax, :LockTimeMin, :RowsExamined, :RowsExaminedMax, :RowsExaminedMin, :QueryTime, :QueryTimeMax, :QueryTimeMin, :RowsSent, :RowsSentMax, :RowsSentMin, :ExecTimes, :SqlTemplate, :SqlText, :Schema, :QueryTimeRatio, :LockTimeRatio, :RowsExaminedRatio, :RowsSentRatio, :QueryTimeAvg, :RowsSentAvg, :LockTimeAvg, :RowsExaminedAvg, :Md5
|
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.592
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|