Class AssetFile
This class contains all the information pertaining to an asset file.
Syntax
public class AssetFile : IAssetAttachment, IAssetFile
Constructors
AssetFile()
Declaration
Properties
AssetId
Declaration
public string AssetId { get; set; }
Property Value
Implements
AssetVersion
Declaration
public int AssetVersion { get; set; }
Property Value
Implements
Description
Declaration
public string Description { get; set; }
Property Value
Implements
Details
Declaration
public Dictionary<string, IDeserializable> Details { get; set; }
Property Value
DownloadUrl
Declaration
public string DownloadUrl { get; set; }
Property Value
Implements
FileSize
Declaration
public long FileSize { get; set; }
Property Value
Implements
Id
Declaration
public string Id { get; set; }
Property Value
Implements
Declaration
public Dictionary<string, IDeserializable> Metadata { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Status
Declaration
public string Status { get; set; }
Property Value
Implements
StatusDetails
Declaration
public string StatusDetails { get; set; }
Property Value
Implements
StorageId
Declaration
public string StorageId { get; set; }
Property Value
Implements
Declaration
public List<string> Tags { get; set; }
Property Value
Implements
Type
Declaration
public string Type { get; set; }
Property Value
Implements
UploadUrl
Declaration
public string UploadUrl { get; set; }
Property Value
Implements
Extension Methods