【发布时间】:2015-08-04 23:27:10
【问题描述】:
我有一个 JSON 文档,我将其传递给 DocumentDB 存储过程。有没有办法可以在存储过程中添加更多属性来记录
传递给 DocumentDB:
{
"id": "Authentication",
"name": "All users must be authenticated before being authorized for any access to service data",
"type": "Control"
}
存储过程的预期变化:
{
"id": "Authentication",
"accountId": "Test",
"versions": [
"name": "All users must be authenticated before being authorized for any access to service data",
"type": "Control",
"tags": [],
"links": []
]
}
【问题讨论】:
标签: properties add azure-cosmosdb