CloudAppUsage
Cloud application usage information.
erDiagram
CloudApp ||--o{ CloudAppUsage : "CloudAppID"
CloudUser ||--o{ CloudAppUsage : "CloudUserID"
Fields
| Field |
Type |
Description |
| CloudAppID |
numeric |
Internal ID that references the CloudApp entity (Foreign Key) |
| CloudUserID |
numeric |
Internal ID that references the CloudUser entity (Foreign Key) |
| Date |
date |
Usage date as reported by the cloud system |
| ID |
numeric |
Internal ID for the CloudAppUsage entity (Primary Key) |
References
| Column Name |
Referenced Table |
Description |
| CloudAppID |
CloudApp |
Cloud application information |
| CloudUserID |
CloudUser |
Provider specific cloud user information |