--- title: "VBRScaleOutBackupRepository" description: "Contains scale-out backup repository. Property Type Description GUID Unique identifier of the scale-out repository. string The name of the scale-out repository. string The description of the scale-out repository." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrscaleoutbackuprepository.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRScaleOutBackupRepository" dateModified: "2026-08-19" --- # VBRScaleOutBackupRepository Contains scale-out backup repository. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Unique identifier of the scale-out repository. |
|
Name |
string |
The name of the scale-out repository. |
|
Description |
string |
The description of the scale-out repository. |
|
PolicyType |
Scale-out backup repository policy. |
|
|
Extent |
The list of extents added to the scale-out repository. |
|
|
UsePerVMBackupFiles |
bool |
Indicates if each VM in a job targeted to this repository will be stored as a separate chain of files (full backups and increments). |
|
PerformFullWhenExtentOffline |
bool |
Indicates if the jobs targeted to this repository will create an active full backup if the extent with previous backup file is offline. |