Item

app/models/item~ Item

new Item()

Represents atomic unit of content available from source for storage
Properties:
Name Type Attributes Description
contentType module:models/contentType~ContentType ContentType represented by item
source module:models/source~Source Source from which item was pulled
sourceItem string Identifier for item at source
storage module:models/storage~Storage Storage to which item data was copied
storageAttemptedAt Date <optional>
Date at which copy of item data to storage was last attempted
storageBytes number <optional>
Number of bytes used by copy of item data on storage
storageError Error <optional>
Error returned by storage after last attempt to copy item data
storageFailedAt Date <optional>
Date at which copy of item data to storage failed at last attempt
user module:models/user~User User for which item was pulled from source
Source: