class documentation
class StoreDocument(KeyDocument): (source)
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 |
Gets the expiration date for a key with the given TTL. |
Method | to |
Serializes the document to a MongoDB dictionary. |
Class Variable | created |
Undocumented |
Class Variable | dataset |
Undocumented |
Class Variable | expires |
Undocumented |
Class Variable | store |
Undocumented |
Class Variable | updated |
Undocumented |
Class Variable | _id |
Undocumented |