DeployJobStepStatistics interface
Deploy statistics for a job step, including total, success, and failed counts.
- Extends
Properties
| failed |
Count of failed items in this step |
| statistics |
Statistics type discriminator value |
| success |
Count of successful items in this step |
| total |
Total count of items processed in this step |
Property Details
failedCount
Count of failed items in this step
failedCount?: number
Property Value
number
statisticsType
Statistics type discriminator value
statisticsType: "deploy"
Property Value
"deploy"
successCount
Count of successful items in this step
successCount?: number
Property Value
number
totalCount
Total count of items processed in this step
totalCount?: number
Property Value
number