Enum FieldIndexStatus
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Describes whether a field is indexed, and whether the data in the index is complete
public enum FieldIndexStatus
Fields
The field index definition has been deleted, but its data is in the process of being removed.
The field index definition has been created, but its data is in the process of being populated.
The field is indexed.
The field is not indexed.