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

# アプリストレージ請求

> ReplitがアプリストレージをどのようにReplit請求するかを学びましょう。

export const ObjectStorageAdvancedOperationsPer1k = '$0.0075';

export const ObjectStorageBasicOperationsPer1k = '$0.0006';

export const ObjectStorageDataTransfer = '$0.10';

export const ObjectStorageMonth = '$0.03';

## 請求カテゴリ

Replitはアプリストレージの請求を以下のカテゴリに分類しています：

* **ストレージ**: 月ごとに使用されるデータ容量。保存されたすべてのオブジェクトには最低7日間の請求期間があります。
* **データ転送**: 月間を通じてアップロードおよびダウンロードされたデータの合計量。
* **基本オペレーション**: バケットとオブジェクトの更新に関連するオペレーション。詳細については<a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storageの料金</a>のClass Aオペレーションをご覧ください。
* **高度なオペレーション**: オブジェクトとバケットに関する設定やメタデータの取得を含む、その他のクラウドオブジェクトストレージオペレーション。詳細については<a href="https://cloud.google.com/storage/pricing" target="_blank">Google Cloud Storageの料金</a>のClass Bオペレーションをご覧ください。

## 価格

以下の表は各使用量カテゴリの価格を示しています。

| カテゴリ               | 価格                                                           |
| ------------------ | ------------------------------------------------------------ |
| アプリストレージ           | {ObjectStorageMonth} per GiB per month                       |
| アプリストレージデータ転送      | {ObjectStorageDataTransfer} per GiB                          |
| アプリストレージ基本オペレーション  | {ObjectStorageBasicOperationsPer1k} per thousand requests    |
| アプリストレージ高度なオペレーション | {ObjectStorageAdvancedOperationsPer1k} per thousand requests |
