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

# export_completed

> export_completed イベント。

このイベントは、エクスポート操作が完了したときにトリガーされます。

## Properties

| Name          | Type                                                                                                          | Description                                |
| :------------ | :------------------------------------------------------------------------------------------------------------ | :----------------------------------------- |
| Artifacts     | [Artifact](/services/playfab/api-references/events/data-types/artifact)\[]                                    | エクスポートされたファイルまたはリソースを表すアーティファクト オブジェクトの配列。 |
| FailureReason | String                                                                                                        | エクスポートが成功しなかった場合の、エクスポート失敗の理由。             |
| Id            | String                                                                                                        | このエクスポート操作の一意の識別子。                         |
| Name          | String                                                                                                        | エクスポート操作の名前。                               |
| StartTime     | DateTime                                                                                                      | エクスポート操作が開始したタイムスタンプ。                      |
| Status        | [EventExportCompletionStatus](/services/playfab/api-references/events/data-types/eventexportcompletionstatus) | エクスポート操作の成功、失敗、またはキャンセルを示すステータス。           |

## 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)     | このイベントが適用されるエンティティに関する詳細 (Entity Id や Entity type を含む)。 |
| 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)
- [EventExportCompletionStatus](/ja-jp/services/playfab/api-references/events/data-types/eventexportcompletionstatus.md)
- [D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION](/ja-jp/reference/graphics/d3d12/structs/d3d12_subobject_to_exports_association_public.md)
- [ticket_completed](/ja-jp/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
- [D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION](/ja-jp/reference/graphics/d3d12/structs/d3d12_dxil_subobject_to_exports_association_public.md)
