Click or drag to resize

ProcessResult Class

Result from a task returned by the orchestrator execution.
Inheritance Hierarchy
SystemObject
  Mavidian.DataConveyer.OrchestratorsProcessResult

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

The ProcessResult type exposes the following members.

Properties
  NameDescription
Public propertyClustersRead
Number of clusters created during intake process. Head cluster and/or foot cluster are included if present.
Public propertyClustersWritten
Number of output clusters created. Head cluster and/or foot cluster are included if present on output.
Public propertyCompletionStatus
Reason for completion of process execution.
Public propertyGlobalCache
A set of key value pairs that are common to all records and clusters throughout the process execution.
Public propertyRowsRead
Number of all rows read from intake, including header row(s) if applicable.
Public propertyRowsWritten
Number of all rows sent to output, including rows constituting leader, header, head cluster, foot cluster and trailer as applicable.
Top
See Also