Azure Cosmos DB 节点#
¥Azure Cosmos DB node
使用 Azure Cosmos DB 节点实现 Azure Cosmos DB 中的自动化操作,并将 Azure Cosmos DB 与其他应用集成。n8n 内置支持 Azure Cosmos DB 的多种功能,包括创建、获取、更新和删除容器和项目。
¥Use the Azure Cosmos DB node to automate work in Azure Cosmos DB and integrate Azure Cosmos DB with other applications. n8n has built-in support for a wide range of Azure Cosmos DB features, which includes creating, getting, updating, and deleting containers and items.
本页列出了 Azure Cosmos DB 节点支持的操作列表以及更多资源的链接。
¥On this page, you'll find a list of operations the Azure Cosmos DB node supports, and links to more resources.
操作#
¥Operations
- 容器:
¥Container:
-
创建
¥Create
-
删除
¥Delete
-
获取
¥Get
-
获取多个
¥Get Many
-
项目:
¥Item:
-
创建
¥Create
-
删除
¥Delete
-
获取
¥Get
-
获取多个
¥Get Many
-
执行查询
¥Execute Query
-
更新
¥Update
模板和示例#
¥Templates and examples
相关资源#
¥Related resources
有关服务的更多信息,请参阅 Azure Cosmos DB 文档。
¥Refer to Azure Cosmos DB's documentation for more information about the service.
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.