tencentcloud-sdk-dbbrain 3.0.588 → 3.0.589
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191016/models.rb +6 -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: 8437f34a16dbedc2ea04193da646aa6c3ebc1a7a
|
4
|
+
data.tar.gz: d6e1635f408e7cc2e9c6b08b33bc9212c4731eaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bef65abe903dab5ccbe7a9846806eca8003c618401c68d56e18ad12804251976b5154b0ba2ea8eda49741afe4fa4f7f4a8e98b10b65d49dd2cd3fe9a1256e70
|
7
|
+
data.tar.gz: c51514bf4c1e48462ea3ae157f6e99f477918604af9e9a54210225881fd5ebb5806a9f6794ab2f47359a3d039fea6c4cdbfa91208fbe2d61432920b618f4d9dd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.589
|
data/lib/v20191016/models.rb
CHANGED
@@ -2540,10 +2540,12 @@ module TencentCloud
|
|
2540
2540
|
# @type LockTimeAvg: Float
|
2541
2541
|
# @param RowsExaminedAvg: 平均扫描行数
|
2542
2542
|
# @type RowsExaminedAvg: Float
|
2543
|
+
# @param Md5: SOL模板的MD5值
|
2544
|
+
# @type Md5: String
|
2543
2545
|
|
2544
|
-
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
|
2546
|
+
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
|
2545
2547
|
|
2546
|
-
def initialize(locktime=nil, locktimemax=nil, locktimemin=nil, rowsexamined=nil, rowsexaminedmax=nil, rowsexaminedmin=nil, querytime=nil, querytimemax=nil, querytimemin=nil, rowssent=nil, rowssentmax=nil, rowssentmin=nil, exectimes=nil, sqltemplate=nil, sqltext=nil, schema=nil, querytimeratio=nil, locktimeratio=nil, rowsexaminedratio=nil, rowssentratio=nil, querytimeavg=nil, rowssentavg=nil, locktimeavg=nil, rowsexaminedavg=nil)
|
2548
|
+
def initialize(locktime=nil, locktimemax=nil, locktimemin=nil, rowsexamined=nil, rowsexaminedmax=nil, rowsexaminedmin=nil, querytime=nil, querytimemax=nil, querytimemin=nil, rowssent=nil, rowssentmax=nil, rowssentmin=nil, exectimes=nil, sqltemplate=nil, sqltext=nil, schema=nil, querytimeratio=nil, locktimeratio=nil, rowsexaminedratio=nil, rowssentratio=nil, querytimeavg=nil, rowssentavg=nil, locktimeavg=nil, rowsexaminedavg=nil, md5=nil)
|
2547
2549
|
@LockTime = locktime
|
2548
2550
|
@LockTimeMax = locktimemax
|
2549
2551
|
@LockTimeMin = locktimemin
|
@@ -2568,6 +2570,7 @@ module TencentCloud
|
|
2568
2570
|
@RowsSentAvg = rowssentavg
|
2569
2571
|
@LockTimeAvg = locktimeavg
|
2570
2572
|
@RowsExaminedAvg = rowsexaminedavg
|
2573
|
+
@Md5 = md5
|
2571
2574
|
end
|
2572
2575
|
|
2573
2576
|
def deserialize(params)
|
@@ -2595,6 +2598,7 @@ module TencentCloud
|
|
2595
2598
|
@RowsSentAvg = params['RowsSentAvg']
|
2596
2599
|
@LockTimeAvg = params['LockTimeAvg']
|
2597
2600
|
@RowsExaminedAvg = params['RowsExaminedAvg']
|
2601
|
+
@Md5 = params['Md5']
|
2598
2602
|
end
|
2599
2603
|
end
|
2600
2604
|
|
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.589
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|