DatabaseGetEventLogsParameters Class

Definition

Represents the parameters supplied to the Get Database Event Logs operation.

public class DatabaseGetEventLogsParameters
type DatabaseGetEventLogsParameters = class
Public Class DatabaseGetEventLogsParameters
Inheritance
DatabaseGetEventLogsParameters

Constructors

DatabaseGetEventLogsParameters()

Initializes a new instance of the DatabaseGetEventLogsParameters class.

DatabaseGetEventLogsParameters(DateTime, Int32, String)

Initializes a new instance of the DatabaseGetEventLogsParameters class with required arguments.

Properties

EventTypes

Required. Gets or sets the event types to retrieve.

IntervalSizeInMinutes

Required. Gets or sets the interval size in minutes.

StartDate

Required. Gets or sets the start date for the event log.

Applies to