Share via


ItemPathBasedRestoreCriteria interface

Prefix criteria to be used to during restore

Extends

Properties

isPathRelativeToBackupItem

Flag to specify if the path is relative to backup item or full path

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

objectType

Type of the specific object - used for deserializing

renameTo

Rename the item to be restored. Restore will rename the itemPath to this new name if the value is specified otherwise the itemPath will be restored as same name.

subItemPathPrefix

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

Type of the specific object - used for deserializing

objectType: "ItemPathBasedRestoreCriteria"

Property Value

"ItemPathBasedRestoreCriteria"

renameTo

Rename the item to be restored. Restore will rename the itemPath to this new name if the value is specified otherwise the itemPath will be restored as same name.

renameTo?: string

Property Value

string

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[]