TTMSFNCCloudExceptionlessEvent Class
Represents a single logged event, such as a message, error or usage entry, belonging to an event stack.
API unit family: TMSFNCCloudExceptionless
Syntax
TTMSFNCCloudExceptionlessEvent = class
Properties
| Name | Description |
|---|---|
| Count | Read-only number of occurrences this event represents. |
| CreationDate | Read-only date and time the event was created on the server. |
| Date | Read-only date and time the event occurred. |
| ErrorType | Read-only type name of the error, when the event represents an exception. |
| FirstOccurrence | Read-only value that is True when this is the first occurrence of the event. |
| ID | Read-only unique identifier of the event. |
| Level | Read-only severity level of the event. |
| OrganizationID | Read-only identifier of the organization that owns the event. |
| Owner | Read-only stack this event belongs to. |
| ProjectID | Read-only identifier of the project that owns the event. |
| Source | Read-only source that produced the event. |
| StackID | Read-only identifier of the stack that groups this event. |
| StackTrace | Read-only stack trace captured with the event, when available. |
| SubmissionIP | Read-only IP address from which the event was submitted. |
| Value | Read-only numeric value associated with the event. |