mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-13 03:28:37 -05:00
Fix a couple bugs with Alert update (#651)
* Alert bugs WIP * Alert updates * Convert tabs to spaces
This commit is contained in:
@@ -44,11 +44,11 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
|
||||
public string JobName { get; set; }
|
||||
public string LastOccurrenceDate { get; set; }
|
||||
public string LastResponseDate { get; set; }
|
||||
public int MessageId { get; set; }
|
||||
public int? MessageId { get; set; }
|
||||
public string NotificationMessage { get; set; }
|
||||
public int OccurrenceCount { get; set; }
|
||||
public string PerformanceCondition { get; set; }
|
||||
public int Severity { get; set; }
|
||||
public int? Severity { get; set; }
|
||||
public string DatabaseName { get; set; }
|
||||
public string CountResetDate { get; set; }
|
||||
public string CategoryName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user