Class: TencentCloud::Cdb::V20170320::DescribeSlowLogDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeSlowLogDataRequest
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeSlowLogData请求参数结构体
Instance Attribute Summary collapse
-
#DataBases ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#EndTime ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#InstanceId ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#InstType ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#Limit ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#Offset ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#OpResourceId ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#OrderBy ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#SortBy ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#StartTime ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#UserHosts ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
-
#UserNames ⇒ Object
说明:此参数单位为秒的时间戳。 说明:此参数单位为秒的时间戳。 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, userhosts = nil, usernames = nil, databases = nil, sortby = nil, orderby = nil, offset = nil, limit = nil, insttype = nil, opresourceid = nil) ⇒ DescribeSlowLogDataRequest
constructor
A new instance of DescribeSlowLogDataRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, userhosts = nil, usernames = nil, databases = nil, sortby = nil, orderby = nil, offset = nil, limit = nil, insttype = nil, opresourceid = nil) ⇒ DescribeSlowLogDataRequest
Returns a new instance of DescribeSlowLogDataRequest.
8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 |
# File 'lib/v20170320/models.rb', line 8183 def initialize(instanceid=nil, starttime=nil, endtime=nil, userhosts=nil, usernames=nil, databases=nil, sortby=nil, orderby=nil, offset=nil, limit=nil, insttype=nil, opresourceid=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @UserHosts = userhosts @UserNames = usernames @DataBases = databases @SortBy = sortby @OrderBy = orderby @Offset = offset @Limit = limit @InstType = insttype @OpResourceId = opresourceid end |
Instance Attribute Details
#DataBases ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def DataBases @DataBases end |
#EndTime ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def EndTime @EndTime end |
#InstanceId ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def InstanceId @InstanceId end |
#InstType ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def InstType @InstType end |
#Limit ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def Limit @Limit end |
#Offset ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def Offset @Offset end |
#OpResourceId ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def OpResourceId @OpResourceId end |
#OrderBy ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def OrderBy @OrderBy end |
#SortBy ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def SortBy @SortBy end |
#StartTime ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def StartTime @StartTime end |
#UserHosts ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def UserHosts @UserHosts end |
#UserNames ⇒ Object
说明:此参数单位为秒的时间戳。说明:此参数单位为秒的时间戳。
-
Timestamp:SQL 的执行时间
-
QueryTime:SQL 的执行时长(秒)
-
LockTime:锁时长(秒)
-
RowsExamined:扫描行数
-
RowsSent:结果集行数
8181 8182 8183 |
# File 'lib/v20170320/models.rb', line 8181 def UserNames @UserNames end |
Instance Method Details
#deserialize(params) ⇒ Object
8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 |
# File 'lib/v20170320/models.rb', line 8198 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @UserHosts = params['UserHosts'] @UserNames = params['UserNames'] @DataBases = params['DataBases'] @SortBy = params['SortBy'] @OrderBy = params['OrderBy'] @Offset = params['Offset'] @Limit = params['Limit'] @InstType = params['InstType'] @OpResourceId = params['OpResourceId'] end |