Class ContentVersion
Contains content version metadata
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class ContentVersion
Properties
AssetUploadStatus
Asset upload status
Declaration
public ContentUploadStatus AssetUploadStatus { get; }
Property Value
Type | Description |
---|---|
ContentUploadStatus |
ContentId
Content id
Declaration
public string ContentId { get; }
Property Value
Type | Description |
---|---|
string |
ContentMd5Hash
Md5 hash of the content binary
Declaration
public string ContentMd5Hash { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Date content was created
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Content version id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Size
Size of the asset
Declaration
public long? Size { get; }
Property Value
Type | Description |
---|---|
long? |
ThumbnailMd5Hash
Md5 hash of the content thumbnail
Declaration
public string ThumbnailMd5Hash { get; }
Property Value
Type | Description |
---|---|
string |
ThumbnailUploadStatus
Thumbnail upload status
Declaration
public ContentUploadStatus ThumbnailUploadStatus { get; }
Property Value
Type | Description |
---|---|
ContentUploadStatus |
UpdatedAt
Date content was last updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |