Inheritance Hierarchy
Relativity.Processing.ServicesReadinessCheckResponse
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The ReadinessCheckResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReadinessCheckResponse |
Properties
Name | Description | |
---|---|---|
![]() | Failures |
The collection of failures for the readiness check.
|
![]() | JobExecutionId |
The Execution ID of the job.
|
![]() | Result |
Returns true if the check succeeded and false otherwise.
|
![]() | WorkspaceId |
The workspace Artifact ID of the Invariant Store database.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also