> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connected Storage 与 Title Storage 对比

> 对比 XBOX 服务 Connected Storage 和 Title Storage，为游戏状态、玩家统计信息和共享标题资源选择正确的云存档方案。

本主题介绍 XBOX 服务云存储，并将 Connected Storage 与 Title Storage 进行对比。XBOX 服务为游戏开发者提供了一种在云中存储全局标题数据和玩家特定数据的方式。XBOX 服务云存储包括用于存储游戏状态的 Connected Storage，以及用于存储玩家统计信息和资源的 Title Storage。

## Connected Storage

使用按用户 Connected Storage API 存储的数据会自动跨 PC 和多台 XBOX One 系列（或更高版本）主机漫游。此数据也可离线使用。使用此服务可在切换设备后重新启动标题时提供流畅的游戏体验。

你应使用 Connected Storage 服务频繁保存进度数据，如库存、游戏状态和游戏内当前位置。Connected Storage 服务是一个容错的云存储服务，对网络和电源故障的敏感度较低。

有关详细信息，请参阅 [Connected Storage](/services/xbox-services/storage/connected-storage/live-connected-storage-nav)。

## Title Storage

XBOX Title Storage 服务提供了一种在云中存储和共享游戏数据和标题资源的方式。运行在所有平台上的游戏都可以使用 Title Storage 服务。此服务可让你对用户的数据可见性以及全局按标题数据和按用户数据拥有更多控制。
<Note>Title Storage 特别适合存储用户统计信息、用户排名、标题资源（如可解锁的美术资源）以及新地图。</Note>


## Related topics

- [存储](/zh-CN/services/xbox-services/storage/index.md)
- [云存储](/zh-CN/services/xbox-services/storage/live-cloud-storage-nav.md)
- [XBOX services 概述](/zh-CN/services/xbox-services/fundamentals/live-xbl-overview.md)
- [Connected Storage](/zh-CN/services/xbox-services/storage/connected-storage/live-connected-storage-nav.md)
- [多人服务器对比](/zh-CN/services/playfab/multiplayer/servers/server-comparison.md)
