RavenDB Embedded:数据存储在磁盘上的哪里?

发布于 2024-11-28 11:02:10 字数 360 浏览 0 评论 0原文

使用 RavenDB 的 EmbeddableDocumentStore 时,数据存储在磁盘上的什么位置

var documentStore = new EmbeddableDocumentStore { DataDirectory = "TestApp" };

DataDirectory 和磁盘位置之间是否存在关联?

更新:使用截至 2011-08-09 的最新版本。它是一个控制台应用程序,因此没有 ASP.NET 目录。

When using the EmbeddableDocumentStore for RavenDB, where does the data get stored on disk?

var documentStore = new EmbeddableDocumentStore { DataDirectory = "TestApp" };

Is there a correlation between DataDirectory and the disk-location?

Update: Used the latest build as of 2011-08-09. It's a console-app, so no ASP.NET directories.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

逆光飞翔i 2024-12-05 11:02:10

它将使用的目录基于应用程序的当前目录或基目录(如果您使用 ~ 作为开始)

The directory it will use is based on the current directory of the application, or the base directory, if you use ~ as the start

方圜几里 2024-12-05 11:02:10

您使用什么构建?在大约一个月前的构建中,此设置被忽略,并使用“Data”的默认目录。

What build are you using? In build from about a month ago this setting was ignored and the default directory of "Data" was used.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文