SearchContainerMoveResultSet Class

Relativity Services API
Represents the output of a search container move operation, including status information.
Inheritance Hierarchy

System.Object
  Relativity.Services.Result.MassProcessResultSetBase
    Relativity.Services.Search.SearchContainerMoveResultSet

Namespace:  Relativity.Services.Search
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class SearchContainerMoveResultSet : MassProcessResultSetBase

The SearchContainerMoveResultSet type exposes the following members.

Constructors

  NameDescription
Public methodSearchContainerMoveResultSet
Initializes a new instance of the SearchContainerMoveResultSet class
Top
Properties

  NameDescription
Public propertyOperationsCompleted
Gets the number of operations that have been executed.
(Inherited from MassProcessResultSetBase.)
Public propertyProcessState
Gets the state of the mass process.
(Inherited from MassProcessResultSetBase.)
Public propertyTotalOperations
Gets the number of operations needed to be executed to move the search container.
(Overrides MassProcessResultSetBase.TotalOperations.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference