EntityKeyIndexStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the enumerator for the entity key status when the index creation job is in progress.
For the Web API use the EntityKeyIndexStatus EnumType.
public enum class EntityKeyIndexStatus
[System.Runtime.Serialization.DataContract(Name="EntityKeyIndexStatus", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum EntityKeyIndexStatus
[<System.Runtime.Serialization.DataContract(Name="EntityKeyIndexStatus", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type EntityKeyIndexStatus =
Public Enum EntityKeyIndexStatus
- Inheritance
-
EntityKeyIndexStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Pending | 0 | Specifies that the key index creation is pending. |
InProgress | 1 | Specifies that the key index creation is in progress. |
Active | 2 | Specifies that the key index creation is active. |
Failed | 3 | Specifies that the key index creation failed. |