--- title: "VBRPerformanceExtent" description: "Contains scale-out backup repository extent with Performance policy. Property Type Description GUID Unique identifier of an extent. Extents are not registered in the Veeam database until they are not added to a scale-out repository." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrperformanceextent.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRPerformanceExtent" dateModified: "2026-08-19" --- # VBRPerformanceExtent Contains scale-out backup repository extent with Performance policy. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Unique identifier of an extent. Extents are not registered in the Veeam database until they are not added to a scale-out repository. The ID of such extent is {00000000-0000-0000-0000-000000000000}. You cannot get such objects with Get-VBRRepositoryExtent. |
|
ParentId |
GUID |
Unique identifier of the parent scale-out repository. If the scale-out repository is not created yet, the ID is {00000000-0000-0000-0000-000000000000}. |
|
Repository |
CBackupRepository |
The backup repository that is converted into the extent. |
|
Status |
Extent status. |
|
|
StoreFull |
bool |
Indicates if the repository stores only full backups. |
|
StoreIncrement |
bool |
Indicates if the repository stores only increment backups. |