StorageProps
Properties for defining a Storage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-storage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vod;
new StorageProps {
object StorageLocation,
object StorageType,
object DefaultUpload = null
};
Properties
Name | Type | Description |
---|---|---|
StorageLocation |
object |
Property storageLocation: Storage address. |
StorageType |
object |
Property storageType: Storage Type. |
DefaultUpload |
object |
Property defaultUpload: Whether to upload by default. |
StorageLocation
Required
public object StorageLocation { get; set; }
- Type: object
Property storageLocation: Storage address.
StorageType
Required
public object StorageType { get; set; }
- Type: object
Property storageType: Storage Type.
DefaultUpload
Optional
public object DefaultUpload { get; set; }
- Type: object
Property defaultUpload: Whether to upload by default.