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

# FileDetails 데이터 형식

> PlayStream 이벤트 페이로드에서 엔티티에 연결된 파일에 대한 메타데이터를 나타내는 PlayFab FileDetails 데이터 형식에 대한 참조입니다.

***

## title: FileDetails author: ronnyparedes description: FileDetails data type. ms.author: ronnyparedes ms.date: 02/12/2026 ms.topic: article ms.service: azure-playfab keywords: playfab, playstream events ms.localizationpriority: medium

# FileDetails

엔티티에 연결된 파일에 대한 세부 정보입니다.

## 속성

| 이름                  | 형식                                                                                  | 설명                    |
| :------------------ | :---------------------------------------------------------------------------------- | :-------------------- |
| ByteCount           | int32                                                                               | 파일의 현재 크기(바이트)입니다.    |
| Checksum            | String                                                                              | 파일의 현재 체크섬입니다.        |
| FileName            | String                                                                              | 파일 이름입니다.             |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | 파일에 대해 수행된 작업의 형식입니다. |
| PreviousByteCount   | int32                                                                               | 파일의 이전 크기(바이트)입니다.    |
| PreviousChecksum    | String                                                                              | 파일의 이전 체크섬입니다.        |
| PreviousStoragePath | String                                                                              | 파일의 이전 저장소 경로입니다.     |
| StoragePath         | String                                                                              | 파일의 현재 저장소 경로입니다.     |
| StorageSystem       | ProfileFileStorage                                                                  | 파일이 저장되는 저장소 시스템입니다.  |


## Related topics

- [ContactEmailDetails 데이터 형식](/ko/services/playfab/api-references/events/data-types/contactemaildetails.md)
- [files_changed](/ko/services/playfab/api-references/events/PlayerProfile/files-changed.md)
- [FileSet](/ko/services/playfab/api-references/events/data-types/fileset.md)
- [PlayFab GDPR - 플레이어 데이터 내보내기](/ko/services/playfab/data-analytics/privacy-compliance/gdpr-exporting-player-data.md)
- [ItemPurchasedCurrency 데이터 형식](/ko/services/playfab/api-references/events/data-types/itempurchasedcurrency.md)
