ChainedDatastore ================ .. currentmodule:: lsst.daf.butler.datastores.chainedDatastore .. autoclass:: ChainedDatastore :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ChainedDatastore.containerKey ~ChainedDatastore.defaultConfigFile ~ChainedDatastore.isEphemeral .. rubric:: Methods Summary .. autosummary:: ~ChainedDatastore.exists ~ChainedDatastore.fromConfig ~ChainedDatastore.get ~ChainedDatastore.getUri ~ChainedDatastore.ingest ~ChainedDatastore.put ~ChainedDatastore.remove ~ChainedDatastore.setConfigRoot ~ChainedDatastore.transaction ~ChainedDatastore.transfer .. rubric:: Attributes Documentation .. autoattribute:: containerKey .. autoattribute:: defaultConfigFile .. autoattribute:: isEphemeral .. rubric:: Methods Documentation .. automethod:: exists .. automethod:: fromConfig .. automethod:: get .. automethod:: getUri .. automethod:: ingest .. automethod:: put .. automethod:: remove .. automethod:: setConfigRoot .. automethod:: transaction .. automethod:: transfer