> ## 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](/ko/services/playfab/api-references/events/PlayerProfile/entity-files-set.md)
- [IXtfFileIOClient::SetFileAttributes 메서드](/ko/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/setfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [XblEventsSetMaxFileSize](/ko/reference/live/xsapi-c/events_c/functions/xbleventssetmaxfilesize.md)
- [IXtfFileIOClient::GetFileAttributes 메서드](/ko/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/getfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [files_changed](/ko/services/playfab/api-references/events/PlayerProfile/files-changed.md)
