英文: create/query in cosmos throws cancelled exception 问题 我正在使用.NET 6隔离架构运行v4函数。在依赖注入中使用以下代码实现我的cosmo...
Azure函数与Cosmos DB的通配符搜索
英文: Azure functions with Cosmos DB with wild search 问题 我想要一个“模糊”搜索,我可以获得名字或姓氏。所以可以发送名字为""和...
Golang / CosmosDB 分页
英文: Golang / CosmosDB Pagination 问题 我正在尝试使用 cosmosapi 包 从 CosmosDB 中选择记录时实现分页功能。 Azure 文档 表示续订令牌永不过期...
创建索引会导致未经授权的错误。
英文: Creating an index causes unauthorized error 问题 我正在使用Go微服务连接到Azure CosmosDB的项目中工作。 在开发/阶段环境中,我使用的...
在Azure Cosmos DB中,无法将分区键标头中的项目替换为中文单词。
英文: Unable to replace item with chinese word in partition key header in Azure Cosmos DB 问题 我正在尝试使用go...
使用gocosmos创建文档时出现未经授权的错误。
英文: Unauthorized when using gocosmos to create a document 问题 我从<https://github.com/btnguyen2k/goc...
使用Java API编写自定义文档到Cosmos DB。
英文: Write custom document to Cosmos DB with Java API 问题 以下是翻译好的内容: 我有一个 Cosmos DB,并且想要向其中写入不同类型的文档。文...
连接到自己的Azure Cosmos DB实例使用ScalarDB失败。
英文: Failed to connect to my own azure cosmos db instance using ScalarDB 问题 在测试 ScalarDB(2.2.0 版本)的 C...
Spring Data CosmosTemplate使用系统函数创建查询
英文: Spring Data CosmosTemplate create query with System Functions 问题 我们正在尝试使用 spring-data-cosmosdb 项...
如何从 Cosmos DB 中的现有表中访问分区键。
英文: How to access partition key from an existing table in cosmos db 问题 我正在尝试访问 Cosmos DB 中现有集合的分区键。 ...
7