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

## Properties

| Name                | Type                                                                                | Description                                                                              |
| :------------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- |
| ByteCount           | int32                                                                               | The storage size according to the underlying provider.                                   |
| Checksum            | String                                                                              | The checksum according to the underlying provider.                                       |
| FileName            | String                                                                              | File that was updated.                                                                   |
| Operation           | [OperationTypes](/services/playfab/api-references/events/data-types/operationtypes) | The operation that was performed.                                                        |
| PreviousByteCount   | int32                                                                               | The storage size of the old file, if there was one.                                      |
| PreviousChecksum    | String                                                                              | The storage size of the old file, if there was one.                                      |
| PreviousStoragePath | String                                                                              | The old file's unique storage path that was deleted by this operation, if there was one. |
| StoragePath         | String                                                                              | The unique storage path for this set operation.                                          |


## Related topics

- [entity_files_set](/services/playfab/api-references/events/PlayerProfile/entity-files-set.md)
- [IXtfFileIOClient::SetFileAttributes Method](/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/setfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [XblEventsSetMaxFileSize](/reference/live/xsapi-c/events_c/functions/xbleventssetmaxfilesize.md)
- [Entity files](/services/playfab/live-service-management/game-configuration/entities/entity-files.md)
- [IXtfFileIOClient::GetFileAttributes Method](/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/getfileattributes-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
