The following tables list the members exposed by CompareJobData.
Public Constructors
Name | Description | |
---|---|---|
![]() |
CompareJobData | Initializes a new instance of CompareJobData. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates an exact copy of this CompareJobData object. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Abort | Indicates whether the job operation has been aborted. |
![]() |
CompareResults | The CompareJob's results as a DocumentDifference difference set. |
![]() |
Documents | An IList< LEADDocument> to compare. |
![]() |
Errors | An IList of errors that occurred during the compare process. |
![]() |
IsCompleted | Indicates whether the compare operation has completed. |
![]() |
JobCompletedTimestamp | UTC timestamp indicating when the compare job completed. |
![]() |
JobStartedTimestamp | UTC timestamp for when the compare job started. |
![]() |
JobStatus | Indicates the current CompareStatus for the compare job. |
![]() |
JobStatusChangedTimestamp | UTC timestamp for when the compare job's JobStatus was last updated. |
![]() |
JobToken | Job token associated with this job. |
![]() |
OutputCache | The cache that will contain the output document. |
![]() |
OutputDocumentId | The ID of the report generated by this compare job. |
![]() |
OutputDocumentName | The name of the report generated by this compare operation. |
![]() |
OutputMimetype | The mimetype of the report to be generated by this compare operation. |
![]() |
OutputPolicy | Policy to use when storing the output document in the cache. |
![]() |
OutputUri | URL to the output report in the cache. |
![]() |
ReportOptions | The ReportOptions to be used with this compare job. |
![]() |
StatusCache | Cache to use for storing the status of the job. |
![]() |
StatusPolicy | Policy to use when storing the status items in the cache. |
![]() |
UserToken | User token associated with this job. |