--- title: storage.filePartial description: storage_filePartial attributes, type and example --- ## Constructor: storage.filePartial [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| ### Type: [storage\_FileType](../types/storage_FileType.md) ### Example: ``` $storage_filePartial = ['_' => 'storage.filePartial', ]; ``` Or, if you're into Lua: ``` storage_filePartial={_='storage.filePartial', } ```