Skip to content

RosJobMonitorRuleProps

Properties for defining a RosJobMonitorRule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dts-jobmonitorrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosJobMonitorRuleProps {
    object DtsJobId,
    object RefreshOptions = null
};

Properties

Name Type Description
DtsJobId object No description.
RefreshOptions object No description.

DtsJobIdRequired

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

RefreshOptionsOptional

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