Base type: System.Entity
Summary: Entity which provides access to batches (running, scheduled, finished, cancelled).
| Name | Type | Notes |
|---|---|---|
| BatchID | System.Guid | |
| Status | System.String | |
| DateStarted | System.DateTime | |
| DateFinished | System.DateTime | |
| ScheduledDate | System.DateTime | |
| FailureMessage | System.String | |
| StopOnFailure | System.Boolean | |
| DependencyID | System.String | |
| UserID | System.String | |
| CancelationUserID | System.String | |
| CancelationReason | System.String | |
| RevertBatchID | System.Guid | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| BatchAction | Orion.Recommendations.BatchActions | Defined by relationship Orion.Recommendations.BatchHostsBatchAction (System.Hosting) |
| Recommendation | Orion.Recommendations.RecommendationsBase | Defined by relationship Orion.Recommendations.RecommendationsBaseReferencesBatch (System.Reference) |