Skip to content

RosDownloadProps

Properties for defining a RosDownload.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dbs-download

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dbs;
new RosDownloadProps {
    object FormatType,
    object InstanceName,
    object BakSetId = null,
    object BakSetSize = null,
    object BakSetType = null,
    object DeleteBackupSetInOss = null,
    object DownloadAddressDuration = null,
    object DownloadPointInTime = null,
    object TargetBucket = null,
    object TargetOssRegion = null,
    object TargetPath = null,
    object TargetType = null
};

Properties

Name Type Description
FormatType object No description.
InstanceName object No description.
BakSetId object No description.
BakSetSize object No description.
BakSetType object No description.
DeleteBackupSetInOss object No description.
DownloadAddressDuration object No description.
DownloadPointInTime object No description.
TargetBucket object No description.
TargetOssRegion object No description.
TargetPath object No description.
TargetType object No description.

FormatTypeRequired

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

InstanceNameRequired

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

BakSetIdOptional

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

BakSetSizeOptional

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

BakSetTypeOptional

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

DeleteBackupSetInOssOptional

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

DownloadAddressDurationOptional

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

DownloadPointInTimeOptional

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

TargetBucketOptional

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

TargetOssRegionOptional

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

TargetPathOptional

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

TargetTypeOptional

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