ProcessResult Class |
Namespace: Mavidian.DataConveyer.Orchestrators
The ProcessResult type exposes the following members.
Name | Description | |
---|---|---|
ClustersRead |
Number of clusters created during intake process. Head cluster and/or foot cluster are included if present.
| |
ClustersWritten |
Number of output clusters created. Head cluster and/or foot cluster are included if present on output.
| |
CompletionStatus |
Reason for completion of process execution.
| |
GlobalCache |
A set of key value pairs that are common to all records and clusters throughout the process execution.
| |
RowsRead |
Number of all rows read from intake, including header row(s) if applicable.
| |
RowsWritten |
Number of all rows sent to output, including rows constituting leader, header, head cluster, foot cluster and trailer as applicable.
|