Skip to content

Commit

Permalink
Update Storage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xioyi authored Jul 13, 2020
1 parent 1494197 commit 67b6fea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,15 @@
}
},
"StorageLifecyclePolicyActionSummaryDetail": {
"description": "Action execution stats.",
"description": "Execution statistics of a specific policy action in a Blob Management cycle.",
"type": "object",
"properties": {
"total": {
"totalObjectsCount": {
"description": "Total number of objects to be acted on by this action.",
"type": "integer",
"format": "int64"
},
"success": {
"successCount": {
"description": "Number of success operations of this action.",
"type": "integer",
"format": "int64"
Expand Down

0 comments on commit 67b6fea

Please sign in to comment.