Reviewer statistics for a user.
Inheritance Hierarchy
Relativity.Audit.Services.Interface.ReviewerStatistics.ModelsReviewersStats
Namespace: Relativity.Audit.Services.Interface.ReviewerStatistics.Models
Assembly: Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax
The ReviewersStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReviewersStats | Initializes a new instance of the ReviewersStats class |
Properties
Name | Description | |
---|---|---|
![]() | DistinctEdits |
Total number of distinct documents that the user has updated.
|
![]() | DistinctEditsPerDay |
Distinct Edits per day based on the reported period.
|
![]() | DistinctEditsPerHour |
Distinct Edits per hour based on the usage time.
|
![]() | DistinctMassEdits |
Total number of distinct docs updated using Mass Edit action.
|
![]() | DistinctMassEditsPerDay |
Distinct Mass Edits per hour based on the reported period.
|
![]() | DistinctMassEditsPerHour |
Distinct Mass Edits per hour based on the usage time.
|
![]() | DistinctMassPropagationsPerDay |
Distinct Propagations per hour based on the reported period.
|
![]() | DistinctMassPropagationsPerHour |
Distinct Propagations per hour based on the usage time.
|
![]() | DistinctPropagations |
Total number of docs updated using Propagation action.
|
![]() | DistinctViews |
Total number of distinct documents that the user has viewed.
|
![]() | Edits |
Total number of docs that the user has updated.
|
![]() | EditsPerDay |
Edits per day based on the reported period.
|
![]() | EditsPerHour |
Edits per hour based on the usage time.
|
![]() | FullName |
Full name
|
![]() | MassEdits |
Total number of docs updated using Mass Edit action.
|
![]() | MassEditsPerDay |
Mass Edits per hour based on the reported period.
|
![]() | MassEditsPerHour |
Mass Edits per hour based on the usage time.
|
![]() | Propagations |
Total number of docs updated using Propagation action.
|
![]() | PropagationsPerDay |
Propagations per hour based on the reported period.
|
![]() | PropagationsPerHour |
Propagations per hour based on the usage time.
|
![]() | TotalUsageTime |
Total usage time in seconds.
|
![]() | UserId |
User Id
|
![]() | Views |
Total number of documents that the user has viewed.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also