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. |
Related Commands