DataSliceRun
Class
Definition
A data slice run is unit of processing for a data slice.
public class DataSliceRun
- Inheritance
-
DataSliceRun
Constructors
| DataSliceRun() |
Initializes a new instance of the DataSliceRun class. |
Properties
| ActivityInputProperties |
Optional. Container for all the input properties for the Activity |
| ActivityName |
Optional. Run activity name. |
| BatchTime |
Optional. Start time for corresponding data slice. |
| ComputeClusterName |
Optional. The HDInsight cluster where the run was processed. |
| DataSliceEnd |
Optional. End time for corresponding data slice. |
| DataSliceStart |
Optional. Start time for corresponding data slice. |
| ErrorMessage |
Optional. Error message retuned if failed. |
| HasLogs |
Optional. Has compute logs. |
| Id |
Optional. Run id. |
| InputRunRecordReferences |
Optional. The list of data slice runs that were input to this data slice run. |
| LogUri |
Optional. Url to the Log files |
| OutputRunRecordReferences |
Optional. The list of data slice runs that used this data slice run as input. |
| PercentComplete |
Optional. Run execution progress as a percentage value. |
| PipelineName |
Optional. Run pipeline name. |
| ProcessingEndTime |
Optional. Time when run finished execution. |
| ProcessingStartTime |
Optional. Time when run began execution. |
| Properties |
Optional. Container for all the properties/associated generated by the Activity for a run and can be consumed by the same Activity or others. |
| RetryAttempt |
Optional. Retry attempt number for run. |
| Status |
Optional. Run status. |
| TableName |
Optional. Run table name. |
| Timestamp |
Optional. Time when run was created. |
| Type |
Optional. Run record type. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |