ApdbConfig
==========

.. currentmodule:: lsst.dax.apdb

.. autoclass:: ApdbConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ApdbConfig.extra_schema_file
      ~ApdbConfig.history
      ~ApdbConfig.read_forced_sources_months
      ~ApdbConfig.read_sources_months
      ~ApdbConfig.schema_file

   .. rubric:: Methods Summary

   .. autosummary::

      ~ApdbConfig.compare
      ~ApdbConfig.formatHistory
      ~ApdbConfig.freeze
      ~ApdbConfig.items
      ~ApdbConfig.iteritems
      ~ApdbConfig.iterkeys
      ~ApdbConfig.itervalues
      ~ApdbConfig.keys
      ~ApdbConfig.load
      ~ApdbConfig.loadFromStream
      ~ApdbConfig.names
      ~ApdbConfig.save
      ~ApdbConfig.saveToStream
      ~ApdbConfig.setDefaults
      ~ApdbConfig.toDict
      ~ApdbConfig.update
      ~ApdbConfig.validate
      ~ApdbConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: extra_schema_file
   .. autoattribute:: history
   .. autoattribute:: read_forced_sources_months
   .. autoattribute:: read_sources_months
   .. autoattribute:: schema_file

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values