Click or drag to resize

LogEntriesLoadOptions Class

Load options for event log entries (currently only loaded from Azure Log Analytics)
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelLogEntriesLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class LogEntriesLoadOptions

The LogEntriesLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodLogEntriesLoadOptions
Top
Properties
  NameDescription
Public propertyFromDate
Only load log entries that happened on or after this datetime
Public propertyMaxEntries
Number of entries to retrieve
Public propertySearchString
Search string which will be applied to all columns in the event log entries
Public propertyToDate
Only load log entries that happened on or before this datetime
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also