Skip to content

Commit

Permalink
Add readOnly flag to statstic - has no effect (#16286)
Browse files Browse the repository at this point in the history
  • Loading branch information
docohe authored Oct 5, 2021
1 parent d277432 commit 282f8b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4039,6 +4039,7 @@
},
"statistics": {
"$ref": "#/definitions/DatabaseStatistics",
"readOnly": true,
"description": "The statistics of the database."
},
"isFollowed": {
Expand Down Expand Up @@ -4069,6 +4070,7 @@
},
"statistics": {
"$ref": "#/definitions/DatabaseStatistics",
"readOnly": true,
"description": "The statistics of the database."
},
"leaderClusterResourceId": {
Expand Down

0 comments on commit 282f8b7

Please sign in to comment.