AWS SDK for .NET Documentation
Event Class
AmazonAmazon.Redshift.ModelEvent Did this page help you?   Yes   No    Tell us about it...
Describes an event.
Declaration Syntax
C#
public class Event
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Event()()()()
Initializes a new instance of the Event class

Date
Gets and sets the property Date.

The date and time of the event.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventCategories
Gets and sets the property EventCategories.

A list of the event categories.


EventId
Gets and sets the property EventId.

The identifier of the event.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Message
Gets and sets the property Message.

The text of this event.


Severity
Gets and sets the property Severity.

The severity of the event.

Values: ERROR, INFO


SourceIdentifier
Gets and sets the property SourceIdentifier.

The identifier for the source of the event.


SourceType
Gets and sets the property SourceType.

The source type for this event.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDate(DateTime) Obsolete.
Sets the Date property

WithEventCategories(array<String>[]()[][]) Obsolete.
Sets the EventCategories property

WithEventCategories(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the EventCategories property

WithEventId(String) Obsolete.
Sets the EventId property

WithMessage(String) Obsolete.
Sets the Message property

WithSeverity(String) Obsolete.
Sets the Severity property

WithSourceIdentifier(String) Obsolete.
Sets the SourceIdentifier property

WithSourceType(String) Obsolete.
Sets the SourceType property

Inheritance Hierarchy
Object
Event

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)