AdminPurgeJobsRequest
AdminPurgeJobsRequest documentation for .NET SDK
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 | bool | If true, report purge counts without deleting any rows. | [optional] |
| Limit | int | Maximum number of jobs to purge in this request. | [optional] |