Stores metered resource usage stats
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| component | varchar | 255 | false | SBS component, such as a module, center, or marketplace. | |
| encryptedDate | varchar | 64 | false | Encrypted date column value. | |
| encryptedUsageAmt | varchar | 255 | false | Encrypted value for the metered resource usage amount. | |
| isAdjustment | smallint | N/A | false | Indicates if this entry was an adjustment (boolean, where 1 = true, 0 = false) | |
| lastUpdateTs | bigint | N/A | true | Timestamp of the last update of this metered usage stat. | |
| plainDate | bigint | N/A | false | Date of the metered usage stat. | |
| resourceType | varchar | 255 | false | Metered resource type, such as pageviews or seats. |