Status

app/models/status~ Status

new Status()

Represents latest aggregate status of items storage for contentType, source and user
Properties:
Name Type Attributes Description
contentType module:models/contentType~ContentType ContentType represented by status
item module:models/item~Item <optional>
Last item copied to storage for contentType, source and storage
source module:models/source~Source Source represented by status
storage module:models/storage~Storage Storage represented by status
user module:models/user~User User represented by status
totalItemsAvailable number <optional>
Total number of items last reported as available for contentType from source
totalItemsPending number <optional>
Total number of items last reported as pending storage for contentType from source
totalItemsStored number <optional>
Total number of items last reported as stored for contentType from source
Source: