Click or drag to resize

PhaseStatus Class

Immutable type that describes the current state of a given phase of the Data Conveyer process. Instances are returned by the GetProcessingStatus method (of record and cluster).
Inheritance Hierarchy
SystemObject
  Mavidian.DataConveyer.OrchestratorsPhaseStatus

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public class PhaseStatus

The PhaseStatus type exposes the following members.

Properties
  NameDescription
Public propertyClusterCount
Number of clusters processed so far by the phase. Becomes total clusters processed upon phase completion.
Public propertyPhase
Public propertyRecordCount
Number of records processed so far by the phase. Becomes total records processed upon phase completion.
Public propertyState
Public propertyTransfmrNo
Transformer sequence number, i.e. 0-based index (always -1 in case of Intake or Output).
Top
See Also