BmsrpQueryObject interface

Filters to list backup copies.

Properties

endDate

Backup copies created before this time.

extendedInfo

In Get Recovery Point, it tells whether extended information about recovery point is asked.

includeSoftDeletedRP

Flag to indicate whether Soft Deleted RPs should be included/excluded from result.

moveReadyRPOnly

Whether the RP can be moved to another tier

restorePointQueryType

RestorePoint type

startDate

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