如何获得DocDbWrapperScript.js?
How to get DocDbWrapperScript.js?
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" />
虽然我不知道从哪里得到那个 DocDbWrapperScript.js。 Google 只有 returns 5 页,而且这些都是自动生成的Microsoft 网站上 "DocDbWrapperScript.js" 的文档。
我检查了 Node.Js SDK 源,没有找到它。如果有人知道在哪里可以找到这个,我将不胜感激!
您可以在此处找到有关 DocumentDB JS Github 的 DocDbWrapperScript.js:
https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js
文件似乎已移动到以下位置。
https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js
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" />
虽然我不知道从哪里得到那个 DocDbWrapperScript.js。 Google 只有 returns 5 页,而且这些都是自动生成的Microsoft 网站上 "DocDbWrapperScript.js" 的文档。
我检查了 Node.Js SDK 源,没有找到它。如果有人知道在哪里可以找到这个,我将不胜感激!
您可以在此处找到有关 DocumentDB JS Github 的 DocDbWrapperScript.js:
https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js
文件似乎已移动到以下位置。 https://github.com/Azure/azure-documentdb-js-server/blob/master/utils/DocDbWrapperScript.js