EntityKeyIndexStatus Enum

Definition

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

Active 2

Specifies that the key index creation is active.

Failed 3

Specifies that the key index creation failed.

InProgress 1

Specifies that the key index creation is in progress.

Pending 0

Specifies that the key index creation is pending.

Applies to