Skip to content

RosSubscriptionJob2Props

Properties for defining a RosSubscriptionJob2.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dts-subscriptionjob2

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosSubscriptionJob2Props {
    object DbList,
    object DtsJobName,
    object SourceEndpoint,
    object SubscriptionInstance,
    object Checkpoint = null,
    object DedicatedClusterId = null,
    object DelayNotice = null,
    object DelayPhone = null,
    object DelayRuleTime = null,
    object DtsBisLabel = null,
    object DtsInstanceId = null,
    object DtsJobId = null,
    object ErrorNotice = null,
    object ErrorPhone = null,
    object Reserve = null,
    object Status = null,
    object SubscriptionDataType = null
};

Properties

Name Type Description
DbList object No description.
DtsJobName object No description.
SourceEndpoint object No description.
SubscriptionInstance object No description.
Checkpoint object No description.
DedicatedClusterId object No description.
DelayNotice object No description.
DelayPhone object No description.
DelayRuleTime object No description.
DtsBisLabel object No description.
DtsInstanceId object No description.
DtsJobId object No description.
ErrorNotice object No description.
ErrorPhone object No description.
Reserve object No description.
Status object No description.
SubscriptionDataType object No description.

DbListRequired

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

DtsJobNameRequired

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

SourceEndpointRequired

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

SubscriptionInstanceRequired

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

CheckpointOptional

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

DedicatedClusterIdOptional

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

DelayNoticeOptional

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

DelayPhoneOptional

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

DelayRuleTimeOptional

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

DtsBisLabelOptional

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

DtsInstanceIdOptional

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

DtsJobIdOptional

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

ErrorNoticeOptional

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

ErrorPhoneOptional

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

ReserveOptional

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

StatusOptional

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

SubscriptionDataTypeOptional

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