 Declaration Syntax
 Declaration Syntax| C# | 
public class EventInfoMap
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EventInfoMap()()()() | Initializes a new instance of the EventInfoMap class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventCategories | 
            Gets and sets the property EventCategories. 
             The category of an Amazon Redshift event. | 
|  | EventDescription | 
            Gets and sets the property EventDescription. 
             The description of an Amazon Redshift event. | 
|  | EventId | 
            Gets and sets the property EventId. 
             The identifier of an Amazon Redshift 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.) | 
|  | Severity | 
            Gets and sets the property Severity. 
             The severity of the event. Values: ERROR, INFO | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEventCategories(array<String>[]()[][]) | Obsolete. 
            Sets the EventCategories property
             | 
|  | WithEventCategories(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the EventCategories property
             | 
|  | WithEventDescription(String) | Obsolete. 
            Sets the EventDescription property
             | 
|  | WithEventId(String) | Obsolete. 
            Sets the EventId property
             | 
|  | WithSeverity(String) | Obsolete. 
            Sets the Severity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EventInfoMap |