Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

HeapDump

A complex type that represents a heap dump in an ApexExecutionOverlayResult object. Available from API version 28.0 or later.

Fields

Field Details
className
Type
string
Description
The name of the Apex class or trigger.
extents
Type
array of TypeExtent
Description
TypeExtent includes the following fields:
  • collectionType
  • count
  • definition (array of AttributeDefinition)
  • extent (array of HeapAddress)
  • totalSize
  • typeName
heapDumpDate
Type
dateTime
Description
The date and time that the heap dump was captured.
namespace
Type
string
Description
The namespace of the Apex class or trigger. Null if there is no namespace.

Usage

Use heap dumps to capture structured debugging information.