CloudMailboxUsage
Cloud mailbox usage information (currently not used).
erDiagram
CloudUser ||--o{ CloudMailboxUsage : "CloudUserID"
MailboxProvider ||--o{ CloudMailboxUsage : "MailboxProviderID"
Fields
| Field |
Type |
Description |
| CloudUserID |
numeric |
Internal ID that references the CloudUser entity (Foreign Key) |
| CreatedDate |
datetime |
Date/Time this entity was created |
| Date |
date |
Usage date as reported by the cloud system |
| DeletedDate |
datetime |
Date/Time this entity was deleted |
| DeletedItemCount |
numeric |
Number of deleted items |
| DeletedItemQuotaBytes |
numeric |
Quota for deleted items in bytes |
| DeletedItemSizeBytes |
numeric |
Size of deleted items in bytes |
| DisplayName |
string |
Display name of the mailbox |
| ExtraData |
string |
Extra data for the mailbox (JSON formatted) |
| HasArchive |
boolean |
Indicates if the mailbox has an archive |
| ID |
numeric |
Internal ID for the CloudMailboxUsage entity (Primary Key) |
| IsDeleted |
boolean |
Indicates if the mailbox is deleted |
| IssueWarningQuotaBytes |
numeric |
Quota for issuing warnings in bytes |
| ItemCount |
numeric |
Number of items in the mailbox |
| LastActivityDate |
datetime |
Date/Time of the last activity in the mailbox |
| MailboxProviderID |
numeric |
Internal ID that references the MailboxProvider entity (Foreign Key) |
| ProhibitSendQuotaBytes |
numeric |
Quota for prohibiting send in bytes |
| StorageUsedBytes |
numeric |
Storage used in bytes |
| UserPrincipalName |
string |
User principal name of the mailbox |
References
| Column Name |
Referenced Table |
Description |
| CloudUserID |
CloudUser |
Provider specific cloud user information |
| MailboxProviderID |
MailboxProvider |
Mailbox provider information - reserved for future use |