当使用Node.js documentdb.DocumentClient时,我可以轻松地创建一个数据库和一个集合,但是如果我只想查询一个现有的集合,那么如何构建应该是这一行代码中的第一个参数的collectionLinkcollectionLink应该包含哪些内容?client.queryDocuments(collectionLink, "SELECT * FROM docs d WHERE d.Email = 'test@test.com'").toArray
在我的应用程序中,我首先创建这个集合,然后插入文档。此外,根据需要,我还需要截断(删除所有文档)集合。); e.printStackTrace();使用上面的代码,我可以成功地创建一个新的集合此外,我还可以在这个集合中插入文档。但是,在截断集合时,我得到了以下错误-
com.microsoft.azure.documentdb.DocumentClientException: The inpu
student.age = data.age; student.id = service.savetoDocumentDB(collectionLink,student); //collectionlink is a string stored in web.config }
{
public async Task<string> AddDocument(strin