Azure 如何获取DocDbWrapperScript.js?

Azure 如何获取DocDbWrapperScript.js?,azure,azure-cosmosdb,Azure,Azure Cosmosdb,Azure DocumentDB.NET(和Node.JS)代码示例在存储过程和UDF上面包含以下注释: // Register DocDB JavaScript server API for intelisense: // either add the file to Tools->Options->Text Editor->JavaScript->Intellisense->References and reference the group regist

Azure DocumentDB.NET(和Node.JS)代码示例在存储过程和UDF上面包含以下注释:

// Register DocDB JavaScript server API for intelisense: 
//   either add the file to Tools->Options->Text Editor->JavaScript->Intellisense->References and reference the group registered 
//   or provide path to the file explicitly.
/// <reference group="Generic" />
/// <reference path="C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References\DocDbWrapperScript.js" />
//为IntelliSense注册DocDB JavaScript服务器API:
//将文件添加到工具->选项->文本编辑器->JavaScript->智能感知->引用并引用已注册的组
//或者显式提供文件的路径。
/// 
/// 
我不知道从哪里可以得到DocDbWrapperScript.js。谷歌只返回5页,这些都是微软网站上“DocDbWrapperScript.js”自动生成的文档


我检查了Node.Js SDK源代码,没有在那里找到它。如果有人知道在哪里可以找到这个,我会非常感激这个秘密

您可以在DocumentDB js Github上找到DocDbWrapperScript.js,如下所示:


文件似乎已移动到以下位置。

很抱歉错过了-刚刚将文件上载到我们的一个Github存储库:)