EntityKeyIndexStatus EnumType

Dynamics CRM 2016
 

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.

This Web API enum type corresponds to the organization service EntityKeyIndexStatus.

Members define the discrete options for the enumeration type.

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.

The following use the EntityKeyIndexStatus enum type.

Name

How used

Description

EntityKeyMetadata EntityType

EntityKeyIndexStatus Property

Contains the metadata for entity key.

ComplexEntityKeyMetadata ComplexType

EntityKeyIndexStatus Property

Contains the metadata for a complex entity key.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: