docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum IndexStatus

    The build status of the index. Index creation may take some time so if an index is still BUILDING, it is not yet ready to be queried. Index deletion may also take some time during which it will be marked as DELETING.

    Namespace: Unity.Services.Apis.Admin.CloudSave
    Assembly: Unity.Services.Apis.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum IndexStatus

    Fields

    Name Description
    BUILDING

    Enum BUILDING for value: BUILDING

    DELETING

    Enum DELETING for value: DELETING

    READY

    Enum READY for value: READY

    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)