Enum IndexDocumentStatus
Represents the index status of a document.
Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public enum IndexDocumentStatus
Fields
| Name | Description |
|---|---|
| Finished | Finished indexing completely. |
| Partial | Finished indexing completely. |
| PartialAndIndexing | Partially indexed and is currently indexing. |
| Queued | Currently awaiting indexing. |
| Unknown | Unknown status. |