ItemPathBasedRestoreCriteria interface
Prefix criteria to be used to during restore
- Extends
Properties
is |
Flag to specify if the path is relative to backup item or full path |
item |
The path of the item to be restored. It could be the full path of the item or the path relative to the backup item |
object |
Polymorphic discriminator, which specifies the different types this object can be |
sub |
The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified. |
Property Details
isPathRelativeToBackupItem
Flag to specify if the path is relative to backup item or full path
isPathRelativeToBackupItem: boolean
Property Value
boolean
itemPath
The path of the item to be restored. It could be the full path of the item or the path relative to the backup item
itemPath: string
Property Value
string
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "ItemPathBasedRestoreCriteria"
Property Value
"ItemPathBasedRestoreCriteria"
subItemPathPrefix
The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified.
subItemPathPrefix?: string[]
Property Value
string[]