> ## 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 data type

> Reference for the PlayFab FileDetails data type describing metadata about a file attached to an entity in PlayStream event payloads.

***

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

Details about a file attached to an entity.

## Properties

| Name                | Type                                                                                | Description                                           |
| :------------------ | :---------------------------------------------------------------------------------- | :---------------------------------------------------- |
| ByteCount           | int32                                                                               | The current size of the file in bytes.                |
| Checksum            | String                                                                              | The current checksum of the file.                     |
| FileName            | String                                                                              | The name of the file.                                 |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | The type of operation that was performed on the file. |
| PreviousByteCount   | int32                                                                               | The previous size of the file in bytes.               |
| PreviousChecksum    | String                                                                              | The previous checksum of the file.                    |
| PreviousStoragePath | String                                                                              | The previous storage path of the file.                |
| StoragePath         | String                                                                              | The current storage path of the file.                 |
| StorageSystem       | ProfileFileStorage                                                                  | The storage system where the file is stored.          |


## Related topics

- [ObjectDetails data type](/services/playfab/api-references/events/data-types/objectdetails.md)
- [ContactEmailDetails data type](/services/playfab/api-references/events/data-types/contactemaildetails.md)
- [files_changed](/services/playfab/api-references/events/PlayerProfile/files-changed.md)
- [PFDataInitiateFileUploadsResponse](/services/playfab/api-references/c/pfdatatypes/structs/pfdatainitiatefileuploadsresponse.md)
- [PFDataDeleteFilesGetResult](/services/playfab/api-references/c/pfdata/functions/pfdatadeletefilesgetresult.md)
