docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateBucketOptions

    Parameters for creating a bucket.

    Inheritance
    object
    CreateBucketOptions
    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 CreateBucketOptions

    Constructors

    CreateBucketOptions(string)

    Create parameters for creating a bucket.

    Declaration
    public CreateBucketOptions(string name)
    Parameters
    Type Name Description
    string name

    Name of the bucket.

    Properties

    Description

    Description of bucket to create.

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

    Name

    Name of bucket to create.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    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)