> ## 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.

# 操作指南

> 浏览 XBOX Game Development Kit 中的游戏存储操作指南文档与参考资料。

浏览 XBOX 游戏开发中的游戏存储操作指南相关主题。

<CardGroup cols={2}>
  <Card title="从游戏存储中删除 Blob" icon="hard-drive" href="/services/xbox-services/storage/title-storage/how-to/live-deleting-title-storage-blob">
    本主题演示如何使用以下 flat C 示例代码从 XBOX services 游戏存储中删除 Blob。
  </Card>

  <Card title="从游戏存储中下载 Blob" icon="download" href="/services/xbox-services/storage/title-storage/how-to/live-downloading-title-storage-blob">
    本主题演示如何使用以下 flat C 示例代码从 XBOX services 游戏存储中下载 Blob。
  </Card>

  <Card title="获取游戏存储 Blob 元数据" icon="book-open" href="/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-blob-metadata">
    本主题演示如何使用以下 flat C 示例代码从 XBOX 游戏存储中检索 Blob 元数据。
  </Card>

  <Card title="获取游戏存储的配额信息" icon="sliders" href="/services/xbox-services/storage/title-storage/how-to/live-getting-title-storage-quota-info">
    本主题演示如何使用……获取 XBOX 游戏存储中指定服务配置和存储类型的配额信息。
  </Card>

  <Card title="游戏存储示例代码" icon="code" href="/services/xbox-services/storage/title-storage/how-to/live-title-storage-howto-nav">
    本节提供使用 flat C 示例代码演示各种 XBOX services 游戏存储相关任务的主题。
  </Card>

  <Card title="上传 Blob 到游戏存储" icon="hard-drive" href="/services/xbox-services/storage/title-storage/how-to/live-uploading-title-storage-blob">
    本主题演示如何使用以下 flat C 示例代码将 Blob 上传到 XBOX services 游戏存储。
  </Card>
</CardGroup>

## 另请参阅

* [配置](/services/xbox-services/storage/title-storage/config/index)


## Related topics

- [操作指南](/zh-CN/services/xbox-services/community/reputation/how-to/index.md)
- [异步 Lobby 和 Matchmaking C++ SDK 操作指南](/zh-CN/services/playfab/multiplayer/lobby/lobby-and-matchmaking-client-sdk-async.md)
- [合作伙伴中心功能概览](/zh-CN/publishing/game-publishing/concepts/overview.md)
- [认证分步指南](/zh-CN/publishing/game-publishing/concepts/certification/certification-guide.md)
- [异步任务队列设计](/zh-CN/build/core-features/common/async/async-task-queue-design.md)
