docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayBuildsCcdCreate

    The CCD block indicating that the created build is a direct file upload build. Now deprecated, please use buildType FILE_UPLOAD instead.

    Inheritance
    object
    MultiplayBuildsCcdCreate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.builds.ccdCreate")]
    [Preserve]
    public class MultiplayBuildsCcdCreate

    Constructors

    MultiplayBuildsCcdCreate(string)

    Initializes a new instance of the MultiplayBuildsCcdCreate class.

    Declaration
    [Preserve]
    public MultiplayBuildsCcdCreate(string bucketID = null)
    Parameters
    Type Name Description
    string bucketID

    The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you. (required).

    Properties

    BucketID

    The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you.

    Declaration
    [DataMember(Name = "bucketID", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string BucketID { get; set; }
    Property Value
    Type Description
    string

    The CCD bucket ID for a build within an environment. Required parameter due to backwards compatibility, however contents are ignored. A new bucket will be created for you.

    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)