FullStatus Class

Relativity Import APIs
Represents a status message provided to an OnProcessProgress event.
Inheritance Hierarchy

Object
  kCura.Relativity.DataReaderClient.FullStatus

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public class FullStatus

The FullStatus type exposes the following members.

Constructors

  NameDescription
Public methodFullStatus
Top
Properties

  NameDescription
Public propertyEndTime
Public propertyFilesThroughput
Public propertyMetadataThroughput
Public propertyProcessID
Public propertyStartTime
Public propertyStatusSuffixEntries
Public propertyTotalRecords
Public propertyTotalRecordsDisplay
Public propertyTotalRecordsProcessed
Public propertyTotalRecordsProcessedDisplay
Public propertyTotalRecordsProcessedWithErrors
Public propertyTotalRecordsProcessedWithWarnings
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
Remarks

This heavily duplicates ProcessProgressEvent.
See Also

Reference