Service for computing Audit reviewer statistics.
Namespace: Relativity.Audit.Services.Interface.ReviewerStatistics
Assembly: Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax
The IReviewerStatisticsService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetDocumentActionCountsAsync |
Gets total actions counts for Document object types for each reviewer (includes distinct document action count).
|
![]() | GetDocumentActionsPerHourOfDayAsync |
Gets an aggregation of the total distinct document actions performed by each reviewer, grouped by "hour of the day" in which the action was performed.
|
![]() | GetReviewerChoicesAsync |
Gets Choices Reviewed by the users in a workspace.
|
![]() | GetReviewerStatsAsync |
Generates Reviewer Stats summary report. The response is similar to Reviewer stats relativity script.
|
![]() | GetTotalReviewedDocumentSizesAsync |
Gets the total extracted text size of all documents reviewed for each reviewer.
|
![]() | GetUsageTimesAsync |
Gets total usage time in minutes for each reviewer.
|
See Also