tencentcloud-sdk-dbbrain 3.0.591 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4116585196b4f24855671781d3fc74ad39e6559
4
- data.tar.gz: 2201d6d777956a3da4998f239501b83b0166c551
3
+ metadata.gz: 53d9ffe74b73bb3e974ea45e5bd32b0e95af5b45
4
+ data.tar.gz: 9b2b25afa4755d68cb13b8ebf8d19ad64d0ba462
5
5
  SHA512:
6
- metadata.gz: bd3c1cd3e9f963467c7d66f31150a4b084131396498ef28f4218fafe804585f5e49dabe77c38bf6f08c526387373516bd529fe199726e5d0e079e955de3a6385
7
- data.tar.gz: 5b85af7abb8fb4d2447f396b938e9c03e2cafe4f8bcf65e3596a111911e39b3f0c672ae3c61def4a7121f28a7f94fe19799f8dbc53fd1a5dc054d9ec7d50a2bf
6
+ metadata.gz: 4ae11daac8491495d5e5dab84e4321528eac6f5871f06f5ef646a66d37f24e3fb9d400d3e78d585a9b71883ccc3dfb6d853b34957b402f85605522c458a6f366
7
+ data.tar.gz: 42a8a29ebb10735124a3c91c13f2880ec6b363f24559a9e42e9472a2cb1b793f3ed4e14bab393782b69a652a281528d534c7e2fbd86691c75ad0f966b7561115
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.591
1
+ 3.0.592
@@ -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: SOL模板的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: SOL模板的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.591
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-13 00:00:00.000000000 Z
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