# 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.thinking-machines.ai/cookbook/api-reference/stores/localstorage/#localstorage-astat)
- [tinker_cookbook.stores.LocalStorage.stat](https://tinker-docs.thinking-machines.ai/cookbook/api-reference/stores/localstorage/#localstorage-stat)
- [tinker_cookbook.stores.Storage.stat](https://tinker-docs.thinking-machines.ai/cookbook/api-reference/stores/storage/#storage-stat)
