Skip to content

DataCheckConfigureProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new DataCheckConfigureProperty {
    object CheckMaximumHour = null,
    object CheckMaximumHourEnable = null,
    object DataCheckDbList = null,
    object DataCheckNoticePhone = null,
    object FullCheckErrorNotice = null,
    object FullCheckFixData = null,
    object FullCheckMaxReadBps = null,
    object FullCheckMaxReadRps = null,
    object FullCheckModel = null,
    object FullCheckNoticeValue = null,
    object FullCheckRatio = null,
    object FullCheckReferEndpoint = null,
    object FullCheckValidFailNotice = null,
    object FullDataCheck = null,
    object IncrementalCheckDelayNotice = null,
    object IncrementalCheckDelayNoticePeriod = null,
    object IncrementalCheckDelayNoticeTimes = null,
    object IncrementalCheckDelayNoticeValue = null,
    object IncrementalCheckErrorNotice = null,
    object IncrementalCheckValidFailNotice = null,
    object IncrementalCheckValidFailNoticePeriod = null,
    object IncrementalCheckValidFailNoticeTimes = null,
    object IncrementalCheckValidFailNoticeValue = null,
    object IncrementalDataCheck = null
};

Properties

Name Type Description
CheckMaximumHour object No description.
CheckMaximumHourEnable object No description.
DataCheckDbList object No description.
DataCheckNoticePhone object No description.
FullCheckErrorNotice object No description.
FullCheckFixData object No description.
FullCheckMaxReadBps object No description.
FullCheckMaxReadRps object No description.
FullCheckModel object No description.
FullCheckNoticeValue object No description.
FullCheckRatio object No description.
FullCheckReferEndpoint object No description.
FullCheckValidFailNotice object No description.
FullDataCheck object No description.
IncrementalCheckDelayNotice object No description.
IncrementalCheckDelayNoticePeriod object No description.
IncrementalCheckDelayNoticeTimes object No description.
IncrementalCheckDelayNoticeValue object No description.
IncrementalCheckErrorNotice object No description.
IncrementalCheckValidFailNotice object No description.
IncrementalCheckValidFailNoticePeriod object No description.
IncrementalCheckValidFailNoticeTimes object No description.
IncrementalCheckValidFailNoticeValue object No description.
IncrementalDataCheck object No description.

CheckMaximumHourOptional

public object CheckMaximumHour { get; set; }
  • Type: object

CheckMaximumHourEnableOptional

public object CheckMaximumHourEnable { get; set; }
  • Type: object

DataCheckDbListOptional

public object DataCheckDbList { get; set; }
  • Type: object

DataCheckNoticePhoneOptional

public object DataCheckNoticePhone { get; set; }
  • Type: object

FullCheckErrorNoticeOptional

public object FullCheckErrorNotice { get; set; }
  • Type: object

FullCheckFixDataOptional

public object FullCheckFixData { get; set; }
  • Type: object

FullCheckMaxReadBpsOptional

public object FullCheckMaxReadBps { get; set; }
  • Type: object

FullCheckMaxReadRpsOptional

public object FullCheckMaxReadRps { get; set; }
  • Type: object

FullCheckModelOptional

public object FullCheckModel { get; set; }
  • Type: object

FullCheckNoticeValueOptional

public object FullCheckNoticeValue { get; set; }
  • Type: object

FullCheckRatioOptional

public object FullCheckRatio { get; set; }
  • Type: object

FullCheckReferEndpointOptional

public object FullCheckReferEndpoint { get; set; }
  • Type: object

FullCheckValidFailNoticeOptional

public object FullCheckValidFailNotice { get; set; }
  • Type: object

FullDataCheckOptional

public object FullDataCheck { get; set; }
  • Type: object

IncrementalCheckDelayNoticeOptional

public object IncrementalCheckDelayNotice { get; set; }
  • Type: object

IncrementalCheckDelayNoticePeriodOptional

public object IncrementalCheckDelayNoticePeriod { get; set; }
  • Type: object

IncrementalCheckDelayNoticeTimesOptional

public object IncrementalCheckDelayNoticeTimes { get; set; }
  • Type: object

IncrementalCheckDelayNoticeValueOptional

public object IncrementalCheckDelayNoticeValue { get; set; }
  • Type: object

IncrementalCheckErrorNoticeOptional

public object IncrementalCheckErrorNotice { get; set; }
  • Type: object

IncrementalCheckValidFailNoticeOptional

public object IncrementalCheckValidFailNotice { get; set; }
  • Type: object

IncrementalCheckValidFailNoticePeriodOptional

public object IncrementalCheckValidFailNoticePeriod { get; set; }
  • Type: object

IncrementalCheckValidFailNoticeTimesOptional

public object IncrementalCheckValidFailNoticeTimes { get; set; }
  • Type: object

IncrementalCheckValidFailNoticeValueOptional

public object IncrementalCheckValidFailNoticeValue { get; set; }
  • Type: object

IncrementalDataCheckOptional

public object IncrementalDataCheck { get; set; }
  • Type: object