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

# items_transferred

> ItemsTransferred イベント。

インベントリとの間でアイテムが転送されたときに発生するイベント。

## Properties

| Name                  | Type                                                                       | Description                            |
| :-------------------- | :------------------------------------------------------------------------- | :------------------------------------- |
| TransactionId         | String                                                                     | トランザクション ID。                           |
| CollectionId          | String                                                                     | コレクション ID。                             |
| ItemId                | String                                                                     | アイテム ID。                               |
| StackId               | String                                                                     | スタック ID。                               |
| Amount                | int?                                                                       | 転送されたアイテムの数量。                          |
| DurationInSeconds     | long?                                                                      | 転送されたアイテムの継続時間。                        |
| GivingEntity          | [EntityKey](/services/playfab/api-references/events/data-types/entitykey)? | アイテムの転送元のエンティティ。現在のエンティティの場合は null。    |
| ReceivingEntity       | [EntityKey](/services/playfab/api-references/events/data-types/entitykey)? | アイテムの転送先のエンティティ。現在のエンティティの場合は null。    |
| GivingCollectionId    | String                                                                     | アイテムの転送元のコレクション。現在のコレクションの場合は null。    |
| ReceivingCollectionId | String                                                                     | アイテムの転送先のコレクション ID。現在のコレクションの場合は null。 |
| ItemType              | String                                                                     | トランザクションで変更されたカタログ アイテムのタイプ。           |
| Balance               | int?                                                                       | トランザクションの結果として変更されたアイテムの残高。            |

## Common Properties

すべての V2 PlayStream イベントは JSON オブジェクトとして書式設定されており、ほとんどが次の共通プロパティを共有します。

| Name               | Type                                                                          | Description                                          |
| :----------------- | :---------------------------------------------------------------------------- | :--------------------------------------------------- |
| SchemaVersion      | String                                                                        | セマンティック バージョニング スキームに従った PlayStream イベント形式のバージョン。    |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | イベント タイプを完全に指定するためのイベント名とイベント名前空間の組み合わせ。             |
| Id                 | String                                                                        | このイベントに対して PlayFab から割り当てられた一意の識別子。                  |
| Timestamp          | DateTime                                                                      | このイベントに関連付けられた時刻 (UTC)。                              |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | このイベントが適用されるエンティティに関する詳細 (エンティティ ID とエンティティ タイプを含む)。 |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | このイベントを開始したソースおよびソース タイプを説明するオブジェクト。                 |
| PayloadContentType | String                                                                        | イベント ペイロードの内容を指定します。既定値は "JSON" です。                  |
| Origin Info        | Object                                                                        | PlayFab の外部から発生したイベントに関する情報を含むオプション フィールド。           |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.md)
- [IXtfDeployCallback::OnDeployFileProgress](/ja-jp/reference/tools/xtf/xtfapplication/classes/IXtfDeployCallback/methods/ondeployfileprogress-ixtfdeploycallback-xtfapplication-xbox-w.md)
- [items_added](/ja-jp/services/playfab/api-references/events/Inventory/items-added.md)
- [items_deleted](/ja-jp/services/playfab/api-references/events/Inventory/items-deleted.md)
- [items_expired](/ja-jp/services/playfab/api-references/events/Inventory/items-expired.md)
