AdminPurgeJobsRequest
AdminPurgeJobsRequest documentation for Java SDK
AdminPurgeJobsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| olderThan | String | ISO-8601 timestamp cutoff; only terminal jobs older than this instant are eligible. | [optional] |
| statuses | List<String> | Optional terminal background job statuses to target for purging. | [optional] |
| dryRun | Boolean | If true, report purge counts without deleting any rows. | [optional] |
| limit | Integer | Maximum number of jobs to purge in this request. | [optional] |