docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateIndexBody

    The request body for creating an index.

    Inheritance
    object
    CreateIndexBody
    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 = "CreateIndexBody")]
    [Preserve]
    public class CreateIndexBody

    Constructors

    CreateIndexBody(CreateIndexBodyIndexConfig)

    Initializes a new instance of the CreateIndexBody class.

    Declaration
    [Preserve]
    public CreateIndexBody(CreateIndexBodyIndexConfig indexConfig = null)
    Parameters
    Type Name Description
    CreateIndexBodyIndexConfig indexConfig

    indexConfig (required).

    Properties

    IndexConfig

    Gets or Sets IndexConfig

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