StoredDatastoreItemInfo¶
- class lsst.daf.butler.StoredDatastoreItemInfo¶
Bases:
objectInternal information associated with a stored dataset in a
Datastore.This is an empty base class. Datastore implementations are expected to write their own subclasses.
Attributes Summary
Dataset ID associated with this record (
DatasetId)Methods Summary
file_location(factory)Return the location of artifact.
from_record(record)Create instance from database record.
Convert record contents to a dictionary.
Attributes Documentation
- dataset_id¶
Dataset ID associated with this record (
DatasetId)
Methods Documentation
- file_location(factory: LocationFactory) Location¶
Return the location of artifact.
- Parameters:
- factory
LocationFactory Factory relevant to the datastore represented by this item.
- factory
- Returns:
- location
Location The location of the item within this datastore.
- location