Newer Version Available

This content describes an older version of this product. View Latest

HeapDump

A complex type that represents a heap dump in an ApexExecutionOverlayResult.

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.