cosmos-explorer/sampleData/sqlSampleData.json

27 lines
477 B
JSON
Raw Normal View History

{
"databaseId": "SampleDB",
"offerThroughput": 400,
"databaseLevelThroughput": false,
"collectionId": "Persons",
2020-09-02 18:02:29 +01:00
"createNewDatabase": true,
"partitionKey": { "kind": "Hash", "paths": ["/firstname"], "version": 1 },
"data": [
{
"firstname": "Eva",
"age": 44
},
{
"firstname": "Véronique",
"age": 50
},
{
"firstname": "亜妃子",
"age": 5
},
{
"firstname": "John",
"age": 23
}
]
2020-09-02 18:02:29 +01:00
}