Share via


DeployJobStepStatistics interface

Deploy statistics for a job step, including total, success, and failed counts.

Extends

Properties

failedCount

Count of failed items in this step

statisticsType

Statistics type discriminator value

successCount

Count of successful items in this step

totalCount

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