CloudMailboxUsage¶
Cloud mailbox usage information.
Fields¶
| Field | Type | Description |
|---|---|---|
| CloudUserID | numeric | Internal ID that references the CloudUser entity (Foreign Key) |
| CreatedDate | datetime | Date/Time this entity got created |
| Date | date | Usage date as reported by the cloud system |
| DeletedDate | datetime | Date/Time this entity got 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 |
| 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 |