docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateIndexBodyIndexConfig

    CreateIndexBodyIndexConfig

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

    Constructors

    CreateIndexBodyIndexConfig(List<IndexField>)

    Initializes a new instance of the CreateIndexBodyIndexConfig class.

    Declaration
    [Preserve]
    public CreateIndexBodyIndexConfig(List<IndexField> fields = null)
    Parameters
    Type Name Description
    List<IndexField> fields

    An array of fields in an index. Each field must be unique within the array. (required).

    Properties

    Fields

    An array of fields in an index. Each field must be unique within the array.

    Declaration
    [DataMember(Name = "fields", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<IndexField> Fields { get; set; }
    Property Value
    Type Description
    List<IndexField>

    An array of fields in an index. Each field must be unique within the array.

    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)