DatabaseEventLog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event log entry for a database.
public class DatabaseEventLog : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type DatabaseEventLog = class
inherit SqlModelCommon
Public Class DatabaseEventLog
Inherits SqlModelCommon
- Inheritance
Constructors
DatabaseEventLog() |
Initializes a new instance of the DatabaseEventLog class. |
Properties
AdditionalData |
Optional. Gets any additional data for the event log. |
DatabaseName |
Optional. Gets the name of the database pertaining to this log. |
Description |
Optional. Gets the description of the event log. |
EventCategory |
Optional. Gets the event category of the event log. |
EventSubtype |
Optional. Gets the event sub type of the event log. |
EventSubtypeDescription |
Optional. Gets the event sub type description of the event log. |
EventType |
Optional. Gets the event type of the event log. |
IntervalSizeInMinutes |
Optional. Gets the interval size of the event log expressed in minutes. |
Name |
Optional. Gets the name of the service resource. (Inherited from SqlModelCommon) |
NumberOfEvents |
Optional. Gets the number of events of the event log. |
Severity |
Optional. Gets the severity of the event log. |
StartTimeUtc |
Optional. Gets the start time of the event log. |
State |
Optional. Gets the state of the service resource. (Inherited from SqlModelCommon) |
Type |
Optional. Gets the type of the service resource. (Inherited from SqlModelCommon) |
Applies to
Azure SDK for .NET