Class: TencentCloud::Cdb::V20170320::InstanceAuditLogFilters
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::InstanceAuditLogFilters
- Defined in:
- lib/v20170320/models.rb
Overview
审计日志搜索过滤器
Instance Attribute Summary collapse
-
#Compare ⇒ Object
范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事物持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。 WINC-包含(分词维度), WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。.
-
#Type ⇒ Object
范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事物持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。 WINC-包含(分词维度), WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。.
-
#Value ⇒ Object
范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事物持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。 WINC-包含(分词维度), WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, compare = nil, value = nil) ⇒ InstanceAuditLogFilters
constructor
A new instance of InstanceAuditLogFilters.
Constructor Details
#initialize(type = nil, compare = nil, value = nil) ⇒ InstanceAuditLogFilters
Returns a new instance of InstanceAuditLogFilters.
9203 9204 9205 9206 9207 |
# File 'lib/v20170320/models.rb', line 9203 def initialize(type=nil, compare=nil, value=nil) @Type = type @Compare = compare @Value = value end |
Instance Attribute Details
#Compare ⇒ Object
范围搜索(时间类型统一为微秒):execTime - 执行时间;lockWaitTime - 执行时间;ioWaitTime - IO等待时间;trxLivingTime - 事物持续时间;cpuTime - cpu时间;checkRows - 扫描行数;affectRows - 影响行数;sentRows - 返回行数。WINC-包含(分词维度),WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。
9201 9202 9203 |
# File 'lib/v20170320/models.rb', line 9201 def Compare @Compare end |
#Type ⇒ Object
范围搜索(时间类型统一为微秒):execTime - 执行时间;lockWaitTime - 执行时间;ioWaitTime - IO等待时间;trxLivingTime - 事物持续时间;cpuTime - cpu时间;checkRows - 扫描行数;affectRows - 影响行数;sentRows - 返回行数。WINC-包含(分词维度),WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。
9201 9202 9203 |
# File 'lib/v20170320/models.rb', line 9201 def Type @Type end |
#Value ⇒ Object
范围搜索(时间类型统一为微秒):execTime - 执行时间;lockWaitTime - 执行时间;ioWaitTime - IO等待时间;trxLivingTime - 事物持续时间;cpuTime - cpu时间;checkRows - 扫描行数;affectRows - 影响行数;sentRows - 返回行数。WINC-包含(分词维度),WEXC-不包含(分词维度), INC - 包含, EXC - 不包含, EQS - 等于, NEQ - 不等于, RA - 范围。
9201 9202 9203 |
# File 'lib/v20170320/models.rb', line 9201 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9209 9210 9211 9212 9213 |
# File 'lib/v20170320/models.rb', line 9209 def deserialize(params) @Type = params['Type'] @Compare = params['Compare'] @Value = params['Value'] end |