gpt4 book ai didi

c# - 为什么我的 gremlin.net gremlin 客户端无法与 azure cosmos graph db 一起使用

转载 作者:行者123 更新时间:2023-12-02 07:53:01 24 4
gpt4 key购买 nike

我已经设置了一个无服务器 azure cosmos graph 数据库帐户,现在我尝试使用以下代码连接到它:

.AddSingleton(s =>
{
var connectionPool = new ConnectionPoolSettings
{
MaxInProcessPerConnection = 32,
PoolSize = 4,
ReconnectionAttempts = 4,
ReconnectionBaseDelay = TimeSpan.FromSeconds(1)
};
var server = new GremlinServer("<project-name>.documents.azure.com", 443, true, "/dbs/<DatabaseName>/colls/<GraphName>", "<primary key>");
return new GremlinClient(server, connectionPoolSettings: connectionPool);
})

GremlinClient 抛出异常并显示消息

The server returned status code '200' when status code '101' was expected.

我正在使用 Gremlin.Net 3.6.0 和 NET 6有什么想法吗?

最佳答案

关于c# - 为什么我的 gremlin.net gremlin 客户端无法与 azure cosmos graph db 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72071987/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com