Class: TencentCloud::Wedata::V20210820::DataCheckStat

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

数据监测情况结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tabletotal = nil, columntotal = nil, tableconfig = nil, columnconfig = nil, tableexec = nil, columnexec = nil) ⇒ DataCheckStat

Returns a new instance of DataCheckStat.



4364
4365
4366
4367
4368
4369
4370
4371
# File 'lib/v20210820/models.rb', line 4364

def initialize(tabletotal=nil, columntotal=nil, tableconfig=nil, columnconfig=nil, tableexec=nil, columnexec=nil)
  @TableTotal = tabletotal
  @ColumnTotal = columntotal
  @TableConfig = tableconfig
  @ColumnConfig = columnconfig
  @TableExec = tableexec
  @ColumnExec = columnexec
end

Instance Attribute Details

#ColumnConfigObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def ColumnConfig
  @ColumnConfig
end

#ColumnExecObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def ColumnExec
  @ColumnExec
end

#ColumnTotalObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def ColumnTotal
  @ColumnTotal
end

#TableConfigObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def TableConfig
  @TableConfig
end

#TableExecObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def TableExec
  @TableExec
end

#TableTotalObject

Parameters:

  • TableTotal:

    表总数

  • ColumnTotal:

    字段总数

  • TableConfig:

    表配置检测数

  • ColumnConfig:

    字段配置检测数

  • TableExec:

    表实际检测数

  • ColumnExec:

    字段实际检测数



4362
4363
4364
# File 'lib/v20210820/models.rb', line 4362

def TableTotal
  @TableTotal
end

Instance Method Details

#deserialize(params) ⇒ Object



4373
4374
4375
4376
4377
4378
4379
4380
# File 'lib/v20210820/models.rb', line 4373

def deserialize(params)
  @TableTotal = params['TableTotal']
  @ColumnTotal = params['ColumnTotal']
  @TableConfig = params['TableConfig']
  @ColumnConfig = params['ColumnConfig']
  @TableExec = params['TableExec']
  @ColumnExec = params['ColumnExec']
end