是否可以创建自定义核心数据持久存储协调器?

发布于 2024-12-12 06:27:27 字数 118 浏览 0 评论 0原文

我很好奇是否可以创建一个自定义持久存储协调器,以便您可以使用 Core Data 与不同的存储系统(即 Windows Azure 或 S3)进行交互。任何帮助将不胜感激,因为我无法找到有关自定义持久存储协调器的任何信息。

I'm curious if it is possible to create a custom Persistent Storage Coordinator so that you could use Core Data to interact with different storage systems, i.e. Windows Azure or S3. Any help would be appreciated as I haven't been able to find any information about custom Persistent Storage Coordinators.

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

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

发布评论

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

评论(1

爱要勇敢去追 2024-12-19 06:27:27

您可能想查看 iOS5 中对 NSIncrementalStore 和 NSIncrementalStoreNode 的新支持(请参阅 文档)。这些允许您实现对非原子持久存储的支持,例如作为核心数据后端的 Web 服务。

You might want to look at the new support for NSIncrementalStore and NSIncrementalStoreNode in iOS5 (see documentation). These allow you to implement support for non-atomic persistent stores such as web services as a back-end for Core Data.

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