AssetManifestFileDestination
The destination for a file asset, when it is given to the AssetManifestBuilder.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new AssetManifestFileDestination {
string BucketName,
string BucketPrefix = null
};
Properties
| Name | Type | Description |
|---|---|---|
BucketName |
string |
Bucket name where the file asset should be written. |
BucketPrefix |
string |
Prefix to prepend to the asset hash. |
BucketNameRequired
public string BucketName { get; set; }
- Type: string
Bucket name where the file asset should be written.
BucketPrefixOptional
public string BucketPrefix { get; set; }
- Type: string
- Default: ''
Prefix to prepend to the asset hash.