--- title: storage.filePartial description: Part of a bigger file. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: storage.filePartial [Back to constructors index](index.md) Part of a bigger file. ### Type: [storage\_FileType](../types/storage_FileType.md) ### Example: ```php $storage_filePartial = ['_' => 'storage.filePartial']; ``` Or, if you're into Lua: ```lua storage_filePartial={_='storage.filePartial'} ```