A table that stores archived content popularity scores for generating popular content
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | bigint | N/A | false | The ID of the object that contains the activity object, like a community or blog. | |
| containerType | int | N/A | false | The type of the object that contains the activity object, like a community or blog. | |
| creationDate | bigint | N/A | false | The date the activity score was calculated. | |
| objectID | bigint | N/A | false | The ID of the activity object. | |
| objectType | int | N/A | false | The type of the activity object. | |
| popularityID | bigint | N/A | false | The primary key of the popularity entry. Primary key. | |
| score | int | N/A | false | The calculated popularity score based off current activity. |