Represents the output of a search container move operation, including status information.
Inheritance Hierarchy
Relativity.Services.Result.MassProcessResultSetBase
Relativity.Services.Search.SearchContainerMoveResultSet
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The SearchContainerMoveResultSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchContainerMoveResultSet | Initializes a new instance of the SearchContainerMoveResultSet class |
Properties
Name | Description | |
---|---|---|
![]() | OperationsCompleted |
Gets the number of operations that have been executed.
(Inherited from MassProcessResultSetBase.) |
![]() | ProcessState |
Gets the state of the mass process.
(Inherited from MassProcessResultSetBase.) |
![]() | TotalOperations |
Gets the number of operations needed to be executed to move the search container.
(Overrides MassProcessResultSetBase.TotalOperations.) |
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