class TencentCloud::Cdb::V20170320::AuditLogFilter

审计日志过滤条件。查询审计日志时,用户过滤返回的审计日志。

def deserialize(params)

def deserialize(params)
  @Host = params['Host']
  @User = params['User']
  @DBName = params['DBName']
  @TableName = params['TableName']
  @PolicyName = params['PolicyName']
  @Sql = params['Sql']
  @SqlType = params['SqlType']
  @ExecTime = params['ExecTime']
  @AffectRows = params['AffectRows']
  @SqlTypes = params['SqlTypes']
  @Sqls = params['Sqls']
  @AffectRowsSection = params['AffectRowsSection']
  @SentRowsSection = params['SentRowsSection']
  @ExecTimeSection = params['ExecTimeSection']
  @LockWaitTimeSection = params['LockWaitTimeSection']
  @IoWaitTimeSection = params['IoWaitTimeSection']
  @TransactionLivingTimeSection = params['TransactionLivingTimeSection']
  @ThreadId = params['ThreadId']
  @SentRows = params['SentRows']
  @ErrCode = params['ErrCode']
end

def initialize(host=nil, user=nil, dbname=nil, tablename=nil, policyname=nil, sql=nil, sqltype=nil, exectime=nil, affectrows=nil, sqltypes=nil, sqls=nil, affectrowssection=nil, sentrowssection=nil, exectimesection=nil, lockwaittimesection=nil, iowaittimesection=nil, transactionlivingtimesection=nil, threadid=nil, sentrows=nil, errcode=nil)

def initialize(host=nil, user=nil, dbname=nil, tablename=nil, policyname=nil, sql=nil, sqltype=nil, exectime=nil, affectrows=nil, sqltypes=nil, sqls=nil, affectrowssection=nil, sentrowssection=nil, exectimesection=nil, lockwaittimesection=nil, iowaittimesection=nil, transactionlivingtimesection=nil, threadid=nil, sentrows=nil, errcode=nil)
  @Host = host
  @User = user
  @DBName = dbname
  @TableName = tablename
  @PolicyName = policyname
  @Sql = sql
  @SqlType = sqltype
  @ExecTime = exectime
  @AffectRows = affectrows
  @SqlTypes = sqltypes
  @Sqls = sqls
  @AffectRowsSection = affectrowssection
  @SentRowsSection = sentrowssection
  @ExecTimeSection = exectimesection
  @LockWaitTimeSection = lockwaittimesection
  @IoWaitTimeSection = iowaittimesection
  @TransactionLivingTimeSection = transactionlivingtimesection
  @ThreadId = threadid
  @SentRows = sentrows
  @ErrCode = errcode
end