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
Describes whether a field is indexed, and whether the data in the index is complete
public enum FieldIndexStatus : int
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.