BmsrpQueryObject interface
Filters to list backup copies.
Properties
| end |
Backup copies created before this time. |
| extended |
In Get Recovery Point, it tells whether extended information about recovery point is asked. |
| include |
Flag to indicate whether Soft Deleted RPs should be included/excluded from result. |
| move |
Whether the RP can be moved to another tier |
| restore |
RestorePoint type |
| start |
Backup copies created after this time. |
Property Details
endDate
Backup copies created before this time.
endDate?: Date
Property Value
Date
extendedInfo
In Get Recovery Point, it tells whether extended information about recovery point is asked.
extendedInfo?: boolean
Property Value
boolean
includeSoftDeletedRP
Flag to indicate whether Soft Deleted RPs should be included/excluded from result.
includeSoftDeletedRP?: boolean
Property Value
boolean
moveReadyRPOnly
Whether the RP can be moved to another tier
moveReadyRPOnly?: boolean
Property Value
boolean
restorePointQueryType
RestorePoint type
restorePointQueryType?: string
Property Value
string
startDate
Backup copies created after this time.
startDate?: Date
Property Value
Date