Skip to content

Commit

Permalink
Makde contentLength field long instead of int to account for blob siz…
Browse files Browse the repository at this point in the history
…es greater than 2 GB. (#5179)
  • Loading branch information
kalyanaj authored and lmazuel committed Feb 8, 2019
1 parent 29256f1 commit 105dafa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"contentLength": {
"description": "The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob.",
"type": "integer"
"type": "integer",
"format": "int64"
},
"blobType": {
"description": "The type of blob.",
Expand Down

0 comments on commit 105dafa

Please sign in to comment.