BMSRPQueryObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters to list backup copies.
public class BMSRPQueryObject
type BMSRPQueryObject = class
Public Class BMSRPQueryObject
- Inheritance
-
BMSRPQueryObject
Constructors
BMSRPQueryObject() |
Initializes a new instance of the BMSRPQueryObject class. |
BMSRPQueryObject(Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the BMSRPQueryObject class. |
Properties
EndDate |
Gets or sets backup copies created before this time. |
ExtendedInfo |
Gets or sets in Get Recovery Point, it tells whether extended information about recovery point is asked. |
MoveReadyRPOnly |
Gets or sets whether the RP can be moved to another tier |
RestorePointQueryType |
Gets or sets restorePoint type. Possible values include: 'Invalid', 'Full', 'Log', 'Differential', 'FullAndDifferential', 'All', 'Incremental' |
StartDate |
Gets or sets backup copies created after this time. |