class documentation

class StoreDocument(KeyDocument): (source)

View In Hierarchy

Model representing a Store.

Class Variable key Undocumented
Class Variable value Undocumented
Property metadata The metadata associated with the store.

Inherited from KeyDocument:

Static Method get_expiration Gets the expiration date for a key with the given TTL.
Method to_mongo_dict Serializes the document to a MongoDB dictionary.
Class Variable created_at Undocumented
Class Variable dataset_id Undocumented
Class Variable expires_at Undocumented
Class Variable store_name Undocumented
Class Variable updated_at Undocumented
Class Variable _id Undocumented

The metadata associated with the store.