Base type: Orion.Recommendations.RecommendationsBase
Summary: Entity which provides access to all recommendation in system (active, predictive, scheduled, finished).
| Name | Type | Notes |
|---|---|---|
| RecommendationID | System.Guid | |
| Name | System.String | |
| Description | System.String | |
| GroupID | System.Guid | |
| Priority | System.Int32 | |
| ComputedTime | System.DateTime | |
| JobID | System.Guid | |
| Status | System.String | |
| BatchID | System.Guid | |
| RecommendationKind | System.Int32 | |
| Tags | System.String | |
| StrategyID | System.Guid | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Actions | Orion.Recommendations.Actions | Defined by relationship Orion.Recommendations.ActiveRecommendationHostsActions (System.Hosting) |
| Dependencies | Orion.Recommendations.Dependencies | Defined by relationship Orion.Recommendations.RecommendationReferencesDependencies (System.Reference) |