Class RepresentationVersion
Contains source content representation metadata
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class RepresentationVersion
Properties
CreatedAt
Date representation version was first created
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
DeletedAt
Date representation version was deleted
Declaration
public DateTime? DeletedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Version Id of representation
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Md5Hash
Md5 hash of the representation version binary
Declaration
public string Md5Hash { get; }
Property Value
Type | Description |
---|---|
string |
Size
Size of the representation binary
Declaration
public long? Size { get; }
Property Value
Type | Description |
---|---|
long? |
UpdatedAt
Date representation version was updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |