# tinker_cookbook.stores.StorageStat ## *class* [**tinker_cookbook.stores.StorageStat**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/storage.py#L58)() File metadata. **Fields:** - [**size**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/storage.py#L61) (*int*) - [**mtime**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/stores/storage.py#L62) (*float*) – seconds since epoch ## Referenced by - [tinker_cookbook.stores.AsyncStorage.astat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/asyncstorage/#asyncstorage-astat) - [tinker_cookbook.stores.FsspecStorage.astat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/fsspecstorage/#fsspecstorage-astat) - [tinker_cookbook.stores.FsspecStorage.stat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/fsspecstorage/#fsspecstorage-stat) - [tinker_cookbook.stores.LocalStorage.astat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/localstorage/#localstorage-astat) - [tinker_cookbook.stores.LocalStorage.stat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/localstorage/#localstorage-stat) - [tinker_cookbook.stores.Storage.stat](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/stores/storage/#storage-stat)