StorageLifecyclePolicyActionSummaryDetail interface
Execution statistics of a specific policy action in a Blob Management cycle.
Properties
error |
Error messages of this action if any. |
success |
Number of success operations of this action. |
total |
Total number of objects to be acted on by this action. |
Property Details
errorList
Error messages of this action if any.
errorList: string
Property Value
string
successCount
Number of success operations of this action.
successCount: number
Property Value
number
totalObjectsCount
Total number of objects to be acted on by this action.
totalObjectsCount: number
Property Value
number