File tree Expand file tree Collapse file tree 1 file changed +47
-9
lines changed
services/sqlserverflex/v1 Expand file tree Collapse file tree 1 file changed +47
-9
lines changed Original file line number Diff line number Diff line change 199
199
"DatabaseOptions" : {
200
200
"properties" : {
201
201
"collationName" : {
202
+ "description" : " Name of the collation of the database" ,
202
203
"example" : " SQL_Latin1_General_CP1_CI_AS" ,
203
204
"type" : " string"
204
205
},
236
237
},
237
238
"type" : " object"
238
239
},
239
- "GetBackupResponse" : {
240
- "properties" : {
241
- "item" : {
242
- "$ref" : " #/components/schemas/Backup"
243
- }
244
- },
245
- "type" : " object"
246
- },
247
240
"GetDatabaseResponse" : {
248
241
"properties" : {
249
242
"database" : {
502
495
"SingleDatabase" : {
503
496
"properties" : {
504
497
"id" : {
498
+ "description" : " Database id" ,
505
499
"example" : " 1" ,
506
500
"type" : " string"
507
501
},
508
502
"name" : {
503
+ "description" : " Database name" ,
509
504
"example" : " Peter_pan" ,
510
505
"type" : " string"
511
506
},
700
695
},
701
696
"type" : " object"
702
697
},
698
+ "backup.DocumentationGetBackupResponse" : {
699
+ "properties" : {
700
+ "endTime" : {
701
+ "description" : " Backup end time in UTC" ,
702
+ "type" : " string"
703
+ },
704
+ "error" : {
705
+ "description" : " Backup error" ,
706
+ "type" : " string"
707
+ },
708
+ "id" : {
709
+ "description" : " Backup id" ,
710
+ "type" : " string"
711
+ },
712
+ "labels" : {
713
+ "description" : " Backup labels" ,
714
+ "items" : {
715
+ "type" : " string"
716
+ },
717
+ "type" : " array"
718
+ },
719
+ "name" : {
720
+ "description" : " Backup name" ,
721
+ "type" : " string"
722
+ },
723
+ "options" : {
724
+ "additionalProperties" : {
725
+ "type" : " string"
726
+ },
727
+ "description" : " Backup specific options" ,
728
+ "type" : " object"
729
+ },
730
+ "size" : {
731
+ "description" : " Backup size in byte" ,
732
+ "type" : " integer"
733
+ },
734
+ "startTime" : {
735
+ "description" : " Backup start time in UTC" ,
736
+ "type" : " string"
737
+ }
738
+ },
739
+ "type" : " object"
740
+ },
703
741
"database.DocumentationCreateDatabaseRequestOptions" : {
704
742
"properties" : {
705
743
"collation" : {
1709
1747
"content" : {
1710
1748
"application/json" : {
1711
1749
"schema" : {
1712
- "$ref" : " #/components/schemas/GetBackupResponse "
1750
+ "$ref" : " #/components/schemas/backup.DocumentationGetBackupResponse "
1713
1751
}
1714
1752
}
1715
1753
},
You can’t perform that action at this time.
0 commit comments