Skip to content

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.

StorageLocationRequired

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

Property storageLocation: Storage address.


StorageTypeRequired

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

Property storageType: Storage Type.


DefaultUploadOptional

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

Property defaultUpload: Whether to upload by default.