Represents the results of a retry operation on multiple production jobs, including the total number of jobs requested and successfully retried.
Inheritance Hierarchy
Relativity.Productions.Services.Interfaces.DTOsMassRetryResult
Namespace: Relativity.Productions.Services.Interfaces.DTOs
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax
The MassRetryResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MassRetryResult |
Initializes an instance of the MassRetryResult class.
|
Properties
Name | Description | |
---|---|---|
![]() | Errors |
Gets or sets a list of errors that occurred during the mass retry operation.
|
![]() | NumberOfJobsRequestedForRetry |
Gets or sets the total number of retry jobs requested.
|
![]() | NumberOfJobsRetryWasRequestedSuccessfully |
Gets or sets the total number of retry jobs successfully requested.
|
![]() | RetryJobResults |
Gets or sets a list of results for each job in the retry request.
|
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