docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LiveIndexConfigInner

    LiveIndexConfigInner

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

    Constructors

    LiveIndexConfigInner(string, EntityTypeEnum?, AccessClass?, IndexStatus?, List<IndexField>)

    Initializes a new instance of the LiveIndexConfigInner class.

    Declaration
    [Preserve]
    public LiveIndexConfigInner(string id = null, LiveIndexConfigInner.EntityTypeEnum? entityType = null, AccessClass? accessClass = null, IndexStatus? status = null, List<IndexField> fields = null)
    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..

    LiveIndexConfigInner.EntityTypeEnum? entityType

    entityType.

    AccessClass? accessClass

    accessClass.

    IndexStatus? status

    status.

    List<IndexField> fields

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

    Properties

    AccessClass

    Gets or Sets AccessClass

    Declaration
    [DataMember(Name = "accessClass", EmitDefaultValue = false)]
    [Preserve]
    public AccessClass? AccessClass { get; set; }
    Property Value
    Type Description
    AccessClass?

    EntityType

    Gets or Sets EntityType

    Declaration
    [DataMember(Name = "entityType", EmitDefaultValue = false)]
    [Preserve]
    public LiveIndexConfigInner.EntityTypeEnum? EntityType { get; set; }
    Property Value
    Type Description
    LiveIndexConfigInner.EntityTypeEnum?

    Fields

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

    Declaration
    [DataMember(Name = "fields", EmitDefaultValue = false)]
    [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.

    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", EmitDefaultValue = false)]
    [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", EmitDefaultValue = false)]
    [Preserve]
    public IndexStatus? Status { get; set; }
    Property Value
    Type Description
    IndexStatus?
    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)