--- title: "VBOUsageData" description: "Contains details about the used space in a backup repository. Get-VBOUsageData" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vbousagedata.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOUsageData" dateModified: "2026-08-21" --- # VBOUsageData Contains details about the used space in a backup repository.
|
Property |
Type |
Description |
|---|---|---|
|
RepositoryId |
GUID |
Backup repository ID. |
|
Organization |
VBOOrganizationData |
ID of the backed-up organization in the backup. |
|
UsedSpace |
Ulong |
Occupied space. |
|
LocalCacheUsedSpace |
Ulong |
Space occupied by cache for object storage repository. |
|
ObjectStorageUsedSpace |
Ulong |
Occupied space in object storage repository. |
|
IsAvailable |
Bool |
If True, the backup repository is available for backup and restore. |
|
Details |
String |
Details about the backup repository. |