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

# FileSet

> FileSet 数据类型。

## 属性

| 名称                  | 类型                                                                                  | 说明                     |
| :------------------ | :---------------------------------------------------------------------------------- | :--------------------- |
| ByteCount           | int32                                                                               | 根据底层提供程序确定的存储大小。       |
| Checksum            | String                                                                              | 根据底层提供程序确定的校验和。        |
| FileName            | String                                                                              | 已更新的文件。                |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | 执行的操作。                 |
| PreviousByteCount   | int32                                                                               | 旧文件的存储大小（如果有）。         |
| PreviousChecksum    | String                                                                              | 旧文件的存储大小（如果有）。         |
| PreviousStoragePath | String                                                                              | 此操作删除的旧文件的唯一存储路径（如果有）。 |
| StoragePath         | String                                                                              | 此设置操作的唯一存储路径。          |


## Related topics

- [entity_files_set](/zh-CN/services/playfab/api-references/events/PlayerProfile/entity-files-set.md)
- [IXtfFileIOClient::SetFileAttributes Method](/zh-CN/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/setfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [XblEventsSetMaxFileSize](/zh-CN/reference/live/xsapi-c/events_c/functions/xbleventssetmaxfilesize.md)
- [IXtfFileIOClient::GetFileAttributes Method](/zh-CN/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/getfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [files_changed](/zh-CN/services/playfab/api-references/events/PlayerProfile/files-changed.md)
