WriteObjectTableConfig
======================

.. currentmodule:: lsst.pipe.tasks.postprocess

.. autoclass:: WriteObjectTableConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~WriteObjectTableConfig.coaddName
      ~WriteObjectTableConfig.connections
      ~WriteObjectTableConfig.engine
      ~WriteObjectTableConfig.history
      ~WriteObjectTableConfig.saveLogOutput
      ~WriteObjectTableConfig.saveMetadata

   .. rubric:: Methods Summary

   .. autosummary::

      ~WriteObjectTableConfig.compare
      ~WriteObjectTableConfig.formatHistory
      ~WriteObjectTableConfig.freeze
      ~WriteObjectTableConfig.items
      ~WriteObjectTableConfig.keys
      ~WriteObjectTableConfig.load
      ~WriteObjectTableConfig.loadFromStream
      ~WriteObjectTableConfig.loadFromString
      ~WriteObjectTableConfig.names
      ~WriteObjectTableConfig.save
      ~WriteObjectTableConfig.saveToStream
      ~WriteObjectTableConfig.saveToString
      ~WriteObjectTableConfig.setDefaults
      ~WriteObjectTableConfig.toDict
      ~WriteObjectTableConfig.update
      ~WriteObjectTableConfig.validate
      ~WriteObjectTableConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: coaddName
   .. autoattribute:: connections
   .. autoattribute:: engine
   .. autoattribute:: history
   .. autoattribute:: saveLogOutput
   .. autoattribute:: saveMetadata

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: loadFromString
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values