StoredMemoryItemInfo
====================

.. currentmodule:: lsst.daf.butler.datastores.inMemoryDatastore

.. autoclass:: StoredMemoryItemInfo
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~StoredMemoryItemInfo.dataset_id
      ~StoredMemoryItemInfo.parentID
      ~StoredMemoryItemInfo.storageClass
      ~StoredMemoryItemInfo.timestamp

   .. rubric:: Methods Summary

   .. autosummary::

      ~StoredMemoryItemInfo.file_location
      ~StoredMemoryItemInfo.from_record
      ~StoredMemoryItemInfo.to_record

   .. rubric:: Attributes Documentation

   .. autoattribute:: dataset_id
   .. autoattribute:: parentID
   .. autoattribute:: storageClass
   .. autoattribute:: timestamp

   .. rubric:: Methods Documentation

   .. automethod:: file_location
   .. automethod:: from_record
   .. automethod:: to_record