--- title: "VBRFileToTapeObject" description: "Contains file system objects processed by file to tape job. Property Type Description string The mask for selecting files from a directory. string The mask for excluding files from a directory. string The file or directory path." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrfiletotapeobject.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRFileToTapeObject" dateModified: "2026-08-19" --- # VBRFileToTapeObject Contains file system objects processed by file to tape job. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
IncludeMask |
string |
The mask for selecting files from a directory. |
|
ExcludeMask |
string |
The mask for excluding files from a directory. |
|
Path |
string |
The file or directory path. |
|
SelectionObjectType |
enum |
Indicates the source data type: File, Directory, or Host. |
|
Server |
CHost |
The host where the source files reside. |