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