| ActionScript |
- Type
- string
- Properties
- Create, Nillable, Update
- Description
- The Apex code or SOQL query to run when execution reaches the line in the
Apex class or trigger at the specified iteration.
Results will be included in the heap dump file.
|
| ActionScriptType |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- Indicates whether the ActionScript is written in Apex or SOQL. Valid values are:
If a value for this field is not supplied, or if
an empty string is supplied for this value, a
default value of None is used.
|
| ExecutableEntityId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort,
- Description
- The ID of the Apex class or trigger being executed. This
field is required.
|
| ExpirationDate |
- Type
- dateTime
- Properties
- Create, Filter, Sort, Update
- Description
- The expiration date of the overlay action.
If no value is provided for this field, a
default value of 30 minutes from the current time is
used.
|
| IsDumpingHeap |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether a heap dump is generated (true)
or not (false). To
execute the ActionScript without
generating a heap dump, set this field to false.
If no value
for this field is provided, a default value of
true is
used.
|
| Iteration |
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The number of times the specified line should execute
before the heap dump is generated. This field is
required.
|
| Line |
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The line number of the heap dump marker. This field is
required.
|
| ScopeId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The user who executed the action.
If no value for this field is provided,
ScopeId is set to your
UserId value.
|