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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f24cb799e7a4cafdb18737db3604a78ec0b1ade3
4
- data.tar.gz: 3586c4f1843ec86d61db56628b5d1f8f5ba2df8c
3
+ metadata.gz: 8437f34a16dbedc2ea04193da646aa6c3ebc1a7a
4
+ data.tar.gz: d6e1635f408e7cc2e9c6b08b33bc9212c4731eaf
5
5
  SHA512:
6
- metadata.gz: cc9544278c1c907c1ff25c6198b35d3c3c9bf0403ca76c5459987ba5d97fafd02c33d45e4f5d778314adc21809f3670672e66cf9ffc9ce147289f162498db33b
7
- data.tar.gz: cd1d484e48b2164441f2e94392aaeaa06ebca2de7bf357ff507fc9bf31d3d4ca3a97794d8de4c38cdb7865b51ac9b2aa8ea4112280fafb48d2687587aab706c9
6
+ metadata.gz: 1bef65abe903dab5ccbe7a9846806eca8003c618401c68d56e18ad12804251976b5154b0ba2ea8eda49741afe4fa4f7f4a8e98b10b65d49dd2cd3fe9a1256e70
7
+ data.tar.gz: c51514bf4c1e48462ea3ae157f6e99f477918604af9e9a54210225881fd5ebb5806a9f6794ab2f47359a3d039fea6c4cdbfa91208fbe2d61432920b618f4d9dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.588
1
+ 3.0.589
@@ -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.588
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-08 00:00:00.000000000 Z
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