docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentStatus

    Status information for the content of an entry.

    Inheritance
    object
    ContentStatus
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class ContentStatus

    Constructors

    ContentStatus(string, long, long)

    Constructor for ContentStatus

    Declaration
    public ContentStatus(string uploadHash, long uploadLength, long uploadOffset)
    Parameters
    Type Name Description
    string uploadHash

    ContentHash

    long uploadLength

    ContentLength

    long uploadOffset

    UploadOffset

    Properties

    UploadHash

    Upload hash of the content.

    Declaration
    public string UploadHash { get; }
    Property Value
    Type Description
    string

    UploadLength

    Size of the content in bytes.

    Declaration
    public long UploadLength { get; }
    Property Value
    Type Description
    long

    UploadOffset

    Upload offset of the content in bytes.

    Declaration
    public long UploadOffset { get; }
    Property Value
    Type Description
    long
    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)