Skip to content

RosSynchronizationJob2Props

Properties for defining a RosSynchronizationJob2.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosSynchronizationJob2Props {
    object DataInitialization,
    object DataSynchronization,
    object DbList,
    object DestinationEndpoint,
    object DtsJobName,
    object SourceEndpoint,
    object StructureInitialization,
    object Checkpoint = null,
    object DataCheckConfigure = null,
    object DedicatedClusterId = null,
    object DelayNotice = null,
    object DelayPhone = null,
    object DelayRuleTime = null,
    object DisasterRecoveryJob = null,
    object DtsBisLabel = null,
    object DtsInstanceId = null,
    object DtsJobId = null,
    object ErrorNotice = null,
    object ErrorPhone = null,
    object FileOssUrl = null,
    object Reserve = null,
    object Status = null,
    object SynchronizationDirection = null
};

Properties

Name Type Description
DataInitialization object No description.
DataSynchronization object No description.
DbList object No description.
DestinationEndpoint object No description.
DtsJobName object No description.
SourceEndpoint object No description.
StructureInitialization object No description.
Checkpoint object No description.
DataCheckConfigure object No description.
DedicatedClusterId object No description.
DelayNotice object No description.
DelayPhone object No description.
DelayRuleTime object No description.
DisasterRecoveryJob object No description.
DtsBisLabel object No description.
DtsInstanceId object No description.
DtsJobId object No description.
ErrorNotice object No description.
ErrorPhone object No description.
FileOssUrl object No description.
Reserve object No description.
Status object No description.
SynchronizationDirection object No description.

DataInitializationRequired

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

DataSynchronizationRequired

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

DbListRequired

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

DestinationEndpointRequired

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

DtsJobNameRequired

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

SourceEndpointRequired

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

StructureInitializationRequired

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

CheckpointOptional

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

DataCheckConfigureOptional

public object DataCheckConfigure { 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

DisasterRecoveryJobOptional

public object DisasterRecoveryJob { 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

FileOssUrlOptional

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

ReserveOptional

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

StatusOptional

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

SynchronizationDirectionOptional

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