Class Representation
Contains source content representation metadata
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class Representation
Properties
ContentId
Id of source content the representation applies to
Declaration
public string ContentId { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Date rating was first created
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
CurrentVersion
Current version of representation
Declaration
public string CurrentVersion { get; }
Property Value
Type | Description |
---|---|
string |
DownloadedContent
The downloaded represenation version. This value is only set with GetRepresentationAsync
or DownloadRepresentationVersionDataAsync
Declaration
public byte[] DownloadedContent { get; }
Property Value
Type | Description |
---|---|
byte[] |
Id
Id of representation
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Metadata
Metadata of the representation
Declaration
public string Metadata { get; }
Property Value
Type | Description |
---|---|
string |
Tags
Representation tags.
Declaration
public List<RepresentationTag> Tags { get; }
Property Value
Type | Description |
---|---|
List<RepresentationTag> |
UpdatedAt
Date rating was updated
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |