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 |