docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentVersion

    Contains content version metadata

    Inheritance
    object
    ContentVersion
    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 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
    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)