EntityKeyIndexStatus EnumType
Represents the enumerator for the entity key status when the index creation job is in progress.
Members
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. |
Used by
The following use the EntityKeyIndexStatus EnumType.
Name | How used |
---|---|
EntityKeyMetadata | EntityKeyIndexStatus Property |
ComplexEntityKeyMetadata | EntityKeyIndexStatus Property |