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

# Tipo de datos FileDetails

> Referencia del tipo de datos FileDetails de PlayFab que describe metadatos sobre un archivo adjunto a una entidad en las cargas de eventos de PlayStream.

***

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

# FileDetails

Detalles sobre un archivo adjunto a una entidad.

## Propiedades

| Nombre              | Tipo                                                                                | Descripción                                                |
| :------------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------- |
| ByteCount           | int32                                                                               | El tamaño actual del archivo en bytes.                     |
| Checksum            | String                                                                              | La suma de comprobación actual del archivo.                |
| FileName            | String                                                                              | El nombre del archivo.                                     |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | El tipo de operación que se realizó en el archivo.         |
| PreviousByteCount   | int32                                                                               | El tamaño anterior del archivo en bytes.                   |
| PreviousChecksum    | String                                                                              | La suma de comprobación anterior del archivo.              |
| PreviousStoragePath | String                                                                              | La ruta de almacenamiento anterior del archivo.            |
| StoragePath         | String                                                                              | La ruta de almacenamiento actual del archivo.              |
| StorageSystem       | ProfileFileStorage                                                                  | El sistema de almacenamiento donde se almacena el archivo. |


## Related topics

- [Tipo de datos ObjectDetails](/es/services/playfab/api-references/events/data-types/objectdetails.md)
- [Tipo de datos ContactEmailDetails](/es/services/playfab/api-references/events/data-types/contactemaildetails.md)
- [Tipo de datos PlayerCustomPropertiesChangedDetails](/es/services/playfab/api-references/events/data-types/playercustompropertieschangeddetails.md)
- [files_changed](/es/services/playfab/api-references/events/PlayerProfile/files-changed.md)
- [FileSet](/es/services/playfab/api-references/events/data-types/fileset.md)
