Class AssetCreation
Inheritance
AssetCreation
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetCreation : AssetInfo, IAssetCreation, IAssetInfo
Constructors
AssetCreation(string)
Declaration
public AssetCreation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Collections
The collections to which the asset should be added.
Declaration
public List<CollectionPath> Collections { get; set; }
Property Value
The searchable metadata of the asset.
Declaration
public Dictionary<string, MetadataValue> Metadata { get; set; }
Property Value
StatusFlowDescriptor
The status flow of the asset.
Declaration
public StatusFlowDescriptor? StatusFlowDescriptor { get; set; }
Property Value
Type
Declaration
public AssetType Type { get; set; }
Property Value
Implements