docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RepresentationVersion

    Contains source content representation metadata

    Inheritance
    object
    RepresentationVersion
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)