Table of Contents

TTMSFNCCloudExceptionlessProject Class

Represents a project: a container of stacks and events that belongs to an organization.

API unit family: TMSFNCCloudExceptionless

Syntax

TTMSFNCCloudExceptionlessProject = class

Properties

Name Description
CreationDate Read-only date and time the project was created.
DeleteBotData Read-only value that is True when bot data deletion is enabled for the project.
EventCount Read-only total number of events recorded for the project.
ID Read-only unique identifier of the project.
IsConfigured Read-only value that is True when the project is configured to receive events.
Name Read-only name of the project.
OrganizationID Read-only identifier of the organization that owns the project.
OrganizationName Read-only name of the organization that owns the project.
Owner Read-only component that owns the project.
PermiumFeatures Read-only value that is True when premium features are available for the project.
SlackIntegration Read-only value that is True when a Slack integration is configured for the project.
StackCount Read-only total number of stacks recorded for the project.
StackPage Read-only index of the last stacks page that was loaded.
Stacks Read-only collection of stacks loaded for the project.

Methods

Name Description
GetAllStacks Retrieves all stacks of the project, requesting successive pages until every stack has been loaded.
GetStacks Retrieves a single page of stacks for the project.
LogException Submits an error event to the project.
LogMessage Submits a log message event to the project.