docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildUploadResult

    Represents the result of a Build upload

    Inheritance
    object
    BuildUploadResult
    Implements
    IEquatable<BuildUploadResult>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Core.Deployment
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public record BuildUploadResult : IEquatable<BuildUploadResult>

    Constructors

    BuildUploadResult(BuildItem, BuildId, CloudBucketId, int)

    Represents the result of a Build upload

    Declaration
    public BuildUploadResult(BuildItem BuildItem, BuildId BuildId, CloudBucketId CloudBucketId, int Changes)
    Parameters
    Type Name Description
    BuildItem BuildItem

    The Build Item uploaded

    BuildId BuildId

    The new Build ID associated with the build uploaded

    CloudBucketId CloudBucketId

    The cloud bucket where the direct file as uploaded to

    int Changes

    Number of changes introduced by the upload

    Properties

    BuildId

    The new Build ID associated with the build uploaded

    Declaration
    public BuildId BuildId { get; init; }
    Property Value
    Type Description
    BuildId

    BuildItem

    The Build Item uploaded

    Declaration
    public BuildItem BuildItem { get; init; }
    Property Value
    Type Description
    BuildItem

    Changes

    Number of changes introduced by the upload

    Declaration
    public int Changes { get; init; }
    Property Value
    Type Description
    int

    CloudBucketId

    The cloud bucket where the direct file as uploaded to

    Declaration
    public CloudBucketId CloudBucketId { get; init; }
    Property Value
    Type Description
    CloudBucketId

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 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)