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. |
FormatType
Required
public object FormatType { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
BakSetId
Optional
public object BakSetId { get; set; }
- Type: object
BakSetSize
Optional
public object BakSetSize { get; set; }
- Type: object
BakSetType
Optional
public object BakSetType { get; set; }
- Type: object
DeleteBackupSetInOss
Optional
public object DeleteBackupSetInOss { get; set; }
- Type: object
DownloadAddressDuration
Optional
public object DownloadAddressDuration { get; set; }
- Type: object
DownloadPointInTime
Optional
public object DownloadPointInTime { get; set; }
- Type: object
TargetBucket
Optional
public object TargetBucket { get; set; }
- Type: object
TargetOssRegion
Optional
public object TargetOssRegion { get; set; }
- Type: object
TargetPath
Optional
public object TargetPath { get; set; }
- Type: object
TargetType
Optional
public object TargetType { get; set; }
- Type: object