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