> ## 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 データ型。

## Properties

| Name                | Type                                                                                | Description                                |
| :------------------ | :---------------------------------------------------------------------------------- | :----------------------------------------- |
| ByteCount           | int32                                                                               | 基盤となるプロバイダーに基づくストレージ サイズ。                  |
| Checksum            | String                                                                              | 基盤となるプロバイダーに基づくチェックサム。                     |
| FileName            | String                                                                              | 更新されたファイル。                                 |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | 実行された操作。                                   |
| PreviousByteCount   | int32                                                                               | 以前のファイルのストレージ サイズ (存在する場合)。                |
| PreviousChecksum    | String                                                                              | 以前のファイルのストレージ サイズ (存在する場合)。                |
| PreviousStoragePath | String                                                                              | この操作によって削除された以前のファイルの一意のストレージ パス (存在する場合)。 |
| StoragePath         | String                                                                              | この set 操作の一意のストレージ パス。                     |


## Related topics

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