docs.unity3d.com
    Show / Hide Table of Contents

    Class ContentStatus

    Status information for the content of an entry.

    Inheritance
    Object
    ContentStatus
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public class ContentStatus : object

    Constructors

    ContentStatus(String, Int32, Int32)

    Constructor for ContentStatus

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

    ContentHash

    Int32 uploadLength

    ContentLength

    Int32 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 int UploadLength { get; }
    Property Value
    Type Description
    Int32

    UploadOffset

    Upload offset of the content in bytes.

    Declaration
    public int UploadOffset { get; }
    Property Value
    Type Description
    Int32
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023