Skip to content

Commit 69a6fd5

Browse files
niteshvijay1995FredericHeem
authored andcommitted
Change number to integer (Azure#18834)
1 parent 20e0b12 commit 69a6fd5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-02-15-preview/dataTransferService.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,15 @@
406406
},
407407
"processedCount": {
408408
"readOnly": true,
409-
"type": "number",
410-
"description": "Processed Count."
409+
"type": "integer",
410+
"description": "Processed Count.",
411+
"format": "int64"
411412
},
412413
"totalCount": {
413414
"readOnly": true,
414-
"type": "number",
415-
"description": "Total Count."
415+
"type": "integer",
416+
"description": "Total Count.",
417+
"format": "int64"
416418
},
417419
"lastUpdatedUtcTime": {
418420
"readOnly": true,

0 commit comments

Comments
 (0)