File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed
services/sqlserverflex/v1 Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change 198
198
},
199
199
"DatabaseOptions" : {
200
200
"properties" : {
201
+ "collationName" : {
202
+ "example" : " SQL_Latin1_General_CP1_CI_AS" ,
203
+ "type" : " string"
204
+ },
201
205
"compatibilityLevel" : {
202
206
"description" : " CompatibilityLevel of the Database." ,
203
207
"example" : 160 ,
204
208
"type" : " integer"
205
209
},
206
- "isEncrypted" : {
207
- "description" : " IsEncrypted shows if the database is encrypted." ,
208
- "example" : false ,
209
- "type" : " boolean"
210
- },
211
210
"owner" : {
212
211
"description" : " Name of the owner of the database." ,
213
212
"example" : " Peter" ,
214
213
"type" : " string"
215
- },
216
- "recoveryModel" : {
217
- "description" : " A recovery model is a database property that controls how transactions are logged." ,
218
- "example" : " FULL" ,
219
- "type" : " string"
220
- },
221
- "userAccess" : {
222
- "description" : " Indicates which users can access the database." ,
223
- "example" : " MULTI_USER" ,
224
- "type" : " string"
225
214
}
226
215
},
227
216
"type" : " object"
512
501
},
513
502
"SingleDatabase" : {
514
503
"properties" : {
515
- "collation" : {
516
- "example" : " SQL_Latin1_General_CP1_CI_AS" ,
517
- "type" : " string"
518
- },
519
- "createDate" : {
520
- "example" : " 2003-04-08T09:13:36.39Z" ,
521
- "type" : " string"
522
- },
523
504
"id" : {
524
505
"example" : " 1" ,
525
506
"type" : " string"
You can’t perform that action at this time.
0 commit comments