The Download Record class (ClbDownloadRecord) defines records of document downloads by authenticated users.
You can view the Download Record class in the Administration Console for Content Platform Engine, under the object store navigation pane. Go to Data Design > Classes > Other Classes > Abstract Persistable > Download Record.
Column Name | Property | Description |
---|---|---|
Download Version Series (ClbDownloadVersionSeries) | Singleton Object | Supports queries for download records that are associated with
a document version series. Value required, set by server. |
Document ID (ClbDocumentId) | GUID | Specific GUID of document version downloaded. Value required = true |
Document Major Version (ClbDocumentMajorVersion) | Integer | Maintains the highest version major and minor data. Whenever the user downloads a higher version of the document than what is recorded, the server updates the major and minor version number values along with the download time property. Value required = true |
Document Minor Version (ClbDocumentMinorVersion) | Integer | Value required = true |
Summary Data (ClbSummaryData) | Singleton Object | Part of reflective relationship between ClbSummaryData and ClbDownloadRecord objects.
This relationship supports CASCADE DELETE. Value required, set by server. |
Originator (ClbOriginator) | String | SID of user that creates recommendation. Value required = true |
Download Time (ClbDownloadTime) | Date Time | Updates whenever the user downloads a higher version (major
and minor) than the version currently referenced by this object. Value required = true |