Event class
Represents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.
Constructors
- Event({DateTime? date, String? message, String? sourceName, SourceType? sourceType})
-
Event.fromJson(Map<
String, dynamic> json) -
factory
Properties
- date → DateTime?
-
The date and time when the event occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A user-defined message associated with the event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceName → String?
-
The source of the event. For example, if the event occurred at the node
level, the source would be the node ID.
final
- sourceType → SourceType?
-
Specifies the origin of this event - a cluster, a parameter group, a node
ID, etc.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited