Base type: System.ExtensionEntity
Summary: Represents single problem summary in relation to analysis (Advisors)
| Name | Type | Notes |
|---|---|---|
| ProblemId | System.String | Unique identifier of the problem. |
| AnalysisId | System.Int32 | Reference to Analysis (entity not available yet). |
| DatabaseId | System.Int32 | Reference to Orion.DPA.DatabaseInstance.Id. |
| GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion |
| Category | System.String | Currently SQL only. |
| AlarmLevel | System.Int32 | Problem alarm level string (Unknown, Normal, Warning, Critical, None or Freeware) |
| Score | System.Double | Score of the problem. |
| Item | System.String | Item identifier (e.g. 4845492118). |
| ItemDescription | System.String | Item descriprion (e.g. Query 4845492118). |
| Summary | System.String | Summary of the problem. |
| RunTime | System.DateTime | Run Time of analysis. |
| StartTime | System.DateTime | Start Time of analysis. Default is 30 days ago from current time (Now - 30 days). |
| EndTime | System.DateTime | End Time of analysis. Default is the current time. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| DatabaseInstance | Orion.DPA.DatabaseInstance | Defined by relationship Orion.DatabaseInstanceProblemSummary (System.Reference) |