EntityKeyIndexStatus Enumeration

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Represents the enumerator for the entity key status when the index creation job is in progress.

For the Web API use the EntityKeyIndexStatus EnumType.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

[DataContractAttribute(Name = "EntityKeyIndexStatus", Namespace = "http://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum EntityKeyIndexStatus

Member nameDescription
Active

Specifies that the key index creation is active.

Failed

Specifies that the key index creation failed.

InProgress

Specifies that the key index creation is in progress.

Pending

Specifies that the key index creation is pending.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: