Interface IAssetCreation
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetCreation : IAssetInfo
Properties
Collections
The collections to which the asset should be added.
Declaration
List<CollectionPath> Collections { get; }
Property Value
Type | Description |
---|---|
List<CollectionPath> |
Metadata
The searchable metadata of the asset.
Declaration
Dictionary<string, MetadataValue> Metadata { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, MetadataValue> |
Remarks
The keys must represent existing FieldKey.
Type
The type of the asset.
Declaration
AssetType Type { get; }
Property Value
Type | Description |
---|---|
AssetType |