> ## 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 事件。

导出操作完成时触发此事件。

## 属性

| 名称            | 类型                                                                                                            | 说明                      |
| :------------ | :------------------------------------------------------------------------------------------------------------ | :---------------------- |
| 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) | 导出操作的状态，指示其是否成功、失败或已取消。 |

## 通用属性

所有 V2 PlayStream 事件均格式化为 JSON 对象，并且大多数事件共享以下通用属性：

| 名称                 | 类型                                                                            | 说明                             |
| :----------------- | :---------------------------------------------------------------------------- | :----------------------------- |
| 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 事件模型参考](/zh-CN/services/playfab/api-references/events/index.md)
- [EventExportCompletionStatus](/zh-CN/services/playfab/api-references/events/data-types/eventexportcompletionstatus.md)
- [D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION](/zh-CN/reference/graphics/d3d12/structs/d3d12_subobject_to_exports_association_public.md)
- [D3D12_DXIL_SUBOBJECT_TO_EXPORTS_ASSOCIATION](/zh-CN/reference/graphics/d3d12/structs/d3d12_dxil_subobject_to_exports_association_public.md)
- [ticket_completed](/zh-CN/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
