Class AssetFileCreation
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class AssetFileCreation : IAssetFileCreation
Properties
Description
The description of the asset file.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Details
The details of the asset file.
Declaration
public Dictionary<string, IDeserializable> Details { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, IDeserializable> |
Implements
FileSize
The file size of the asset file.
Declaration
public long FileSize { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Implements
Metadata
The metadata of the asset file.
Declaration
public Dictionary<string, IDeserializable> Metadata { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, IDeserializable> |
Implements
Name
The name of the asset file.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Tags
The tags of the asset file.
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<String> |
Implements
Type
The type of the asset file.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
String |