AsynchronousJobSetting__mdt
Sobject
apex
global class AsynchronousJobSetting__mdt extends SObjectExtends: SObject
Declarative configuration for asynchronous job classes. The DeveloperName of each record should match the Apex class name it configures.
Fields
| Field | Description |
|---|---|
| global Decimal BatchSize__c | The number of records to process per execution of the asynchronous job class. |
Field Details
BatchSize__c
apex
global Decimal BatchSize__cThe number of records to process per execution of the asynchronous job class. The DeveloperName of this record should match the class name. Valid range: 1-2000.
Field Attributes:
| Attribute | Value |
|---|---|
| Data Type | Number(4,0) |
| Required | false |
| Unique | false |
| External ID | false |