Skip to content

RosSynchronizationJobsProps

Properties for defining a RosSynchronizationJobs.

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

Initializer

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

Properties

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

DtsInstanceIdOptional

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

RefreshOptionsOptional

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