Class: TencentCloud::Dbbrain::V20210527::SlowLogTopSqlItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::SlowLogTopSqlItem
- Defined in:
- lib/v20210527/models.rb
Overview
慢日志TopSql
Instance Attribute Summary collapse
- #ExecTimes ⇒ Object
- #LockTime ⇒ Object
- #LockTimeAvg ⇒ Object
- #LockTimeMax ⇒ Object
- #LockTimeMin ⇒ Object
- #LockTimeRatio ⇒ Object
- #Md5 ⇒ Object
- #QueryTime ⇒ Object
- #QueryTimeAvg ⇒ Object
- #QueryTimeMax ⇒ Object
- #QueryTimeMin ⇒ Object
- #QueryTimeRatio ⇒ Object
- #RowsExamined ⇒ Object
- #RowsExaminedAvg ⇒ Object
- #RowsExaminedMax ⇒ Object
- #RowsExaminedMin ⇒ Object
- #RowsExaminedRatio ⇒ Object
- #RowsSent ⇒ Object
- #RowsSentAvg ⇒ Object
- #RowsSentMax ⇒ Object
- #RowsSentMin ⇒ Object
- #RowsSentRatio ⇒ Object
- #Schema ⇒ Object
- #SqlTemplate ⇒ Object
- #SqlText ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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) ⇒ SlowLogTopSqlItem
constructor
A new instance of SlowLogTopSqlItem.
Constructor Details
#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) ⇒ SlowLogTopSqlItem
Returns a new instance of SlowLogTopSqlItem.
7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 |
# File 'lib/v20210527/models.rb', line 7498 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) @LockTime = locktime @LockTimeMax = locktimemax @LockTimeMin = locktimemin @RowsExamined = rowsexamined @RowsExaminedMax = rowsexaminedmax @RowsExaminedMin = rowsexaminedmin @QueryTime = querytime @QueryTimeMax = querytimemax @QueryTimeMin = querytimemin @RowsSent = rowssent @RowsSentMax = rowssentmax @RowsSentMin = rowssentmin @ExecTimes = exectimes @SqlTemplate = sqltemplate @SqlText = sqltext @Schema = schema @QueryTimeRatio = querytimeratio @LockTimeRatio = locktimeratio @RowsExaminedRatio = rowsexaminedratio @RowsSentRatio = rowssentratio @QueryTimeAvg = querytimeavg @RowsSentAvg = rowssentavg @LockTimeAvg = locktimeavg @RowsExaminedAvg = rowsexaminedavg @Md5 = md5 end |
Instance Attribute Details
#ExecTimes ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def ExecTimes @ExecTimes end |
#LockTime ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def LockTime @LockTime end |
#LockTimeAvg ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def LockTimeAvg @LockTimeAvg end |
#LockTimeMax ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def LockTimeMax @LockTimeMax end |
#LockTimeMin ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def LockTimeMin @LockTimeMin end |
#LockTimeRatio ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def LockTimeRatio @LockTimeRatio end |
#Md5 ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def Md5 @Md5 end |
#QueryTime ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def QueryTime @QueryTime end |
#QueryTimeAvg ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def QueryTimeAvg @QueryTimeAvg end |
#QueryTimeMax ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def QueryTimeMax @QueryTimeMax end |
#QueryTimeMin ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def QueryTimeMin @QueryTimeMin end |
#QueryTimeRatio ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def QueryTimeRatio @QueryTimeRatio end |
#RowsExamined ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsExamined @RowsExamined end |
#RowsExaminedAvg ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsExaminedAvg @RowsExaminedAvg end |
#RowsExaminedMax ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsExaminedMax @RowsExaminedMax end |
#RowsExaminedMin ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsExaminedMin @RowsExaminedMin end |
#RowsExaminedRatio ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsExaminedRatio @RowsExaminedRatio end |
#RowsSent ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsSent @RowsSent end |
#RowsSentAvg ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsSentAvg @RowsSentAvg end |
#RowsSentMax ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsSentMax @RowsSentMax end |
#RowsSentMin ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsSentMin @RowsSentMin end |
#RowsSentRatio ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def RowsSentRatio @RowsSentRatio end |
#Schema ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def Schema @Schema end |
#SqlTemplate ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def SqlTemplate @SqlTemplate end |
#SqlText ⇒ Object
7496 7497 7498 |
# File 'lib/v20210527/models.rb', line 7496 def SqlText @SqlText end |
Instance Method Details
#deserialize(params) ⇒ Object
7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/v20210527/models.rb', line 7526 def deserialize(params) @LockTime = params['LockTime'] @LockTimeMax = params['LockTimeMax'] @LockTimeMin = params['LockTimeMin'] @RowsExamined = params['RowsExamined'] @RowsExaminedMax = params['RowsExaminedMax'] @RowsExaminedMin = params['RowsExaminedMin'] @QueryTime = params['QueryTime'] @QueryTimeMax = params['QueryTimeMax'] @QueryTimeMin = params['QueryTimeMin'] @RowsSent = params['RowsSent'] @RowsSentMax = params['RowsSentMax'] @RowsSentMin = params['RowsSentMin'] @ExecTimes = params['ExecTimes'] @SqlTemplate = params['SqlTemplate'] @SqlText = params['SqlText'] @Schema = params['Schema'] @QueryTimeRatio = params['QueryTimeRatio'] @LockTimeRatio = params['LockTimeRatio'] @RowsExaminedRatio = params['RowsExaminedRatio'] @RowsSentRatio = params['RowsSentRatio'] @QueryTimeAvg = params['QueryTimeAvg'] @RowsSentAvg = params['RowsSentAvg'] @LockTimeAvg = params['LockTimeAvg'] @RowsExaminedAvg = params['RowsExaminedAvg'] @Md5 = params['Md5'] end |