Table of Contents

TTMSFNCCloudExceptionlessStack Class

Represents a stack: a group of related events that share the same signature within a project.

API unit family: TMSFNCCloudExceptionless

Syntax

TTMSFNCCloudExceptionlessStack = class

Properties

Name Description
AllowNotifications Read-only value that is True when notifications are allowed for the stack.
CreationDate Read-only date and time the stack was created.
CriticalOccurrences Read-only value that is True when the occurrences are flagged as critical.
Deleted Read-only value that is True when the stack has been deleted.
Description Read-only description of the stack.
EventPage Read-only index of the last events page that was loaded.
Events Read-only collection of events loaded for the stack.
FirstOccurrence Read-only date and time of the first occurrence in the stack.
ID Read-only unique identifier of the stack.
LastOccurrence Read-only date and time of the most recent occurrence in the stack.
OrganizationID Read-only identifier of the organization that owns the stack.
Owner Read-only project this stack belongs to.
ProjectID Read-only identifier of the project that owns the stack.
Status Read-only lifecycle status of the stack.
Title Read-only title of the stack.
TotalOccurrences Read-only total number of occurrences recorded for the stack.
UpdatedDate Read-only date and time the stack was last updated.

Methods

Name Description
GetAllEvents Retrieves all events of the stack, requesting successive pages until every event has been loaded.
GetEvents Retrieves a single page of events for the stack.