Class LibraryIndexStatus
Represents the index status of a document and it's index progress if it's currently being indexed.
Inheritance
System.Object
LibraryIndexStatus
Namespace: PSPDFKitFoundation.Search
Assembly: PSPDFKitFoundation.dll
Syntax
public sealed class LibraryIndexStatus
Constructors
LibraryIndexStatus(IndexDocumentStatus, Single)
Constructs the index status.
Declaration
public LibraryIndexStatus(IndexDocumentStatus status, float progress)
Parameters
Type | Name | Description |
---|---|---|
IndexDocumentStatus | status | Current status. |
System.Single | progress | Progress from 0.0f to 1.0f |
Properties
Progress
Current indexing progress of a document in the document library if currently indexing.
Declaration
public float Progress { get; }
Property Value
Type | Description |
---|---|
System.Single |
Status
current indexing status of a document in the document library.
Declaration
public IndexDocumentStatus Status { get; }
Property Value
Type | Description |
---|---|
IndexDocumentStatus |