docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateIndexResponse

    The response to a create index request

    Inheritance
    object
    CreateIndexResponse
    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.CloudSave
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "CreateIndexResponse")]
    [Preserve]
    public class CreateIndexResponse

    Constructors

    CreateIndexResponse(string, IndexStatus)

    Initializes a new instance of the CreateIndexResponse class.

    Declaration
    [Preserve]
    public CreateIndexResponse(string id = null, IndexStatus status = (IndexStatus)0)
    Parameters
    Type Name Description
    string id

    The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index. (required).

    IndexStatus status

    status (required).

    Properties

    Id

    The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index.

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

    The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index.

    Status

    Gets or Sets Status

    Declaration
    [DataMember(Name = "status", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public IndexStatus Status { get; set; }
    Property Value
    Type Description
    IndexStatus
    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)