GenericRecoveryPoint interface
Generic backup copy.
- Extends
Properties
friendly |
Friendly name of the backup copy. |
object |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
Additional information associated with this backup copy. |
recovery |
Properties of Recovery Point |
recovery |
Time at which this backup copy was created. |
recovery |
Type of the backup copy. |
Property Details
friendlyName
Friendly name of the backup copy.
friendlyName?: string
Property Value
string
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "GenericRecoveryPoint"
Property Value
"GenericRecoveryPoint"
recoveryPointAdditionalInfo
Additional information associated with this backup copy.
recoveryPointAdditionalInfo?: string
Property Value
string
recoveryPointProperties
Properties of Recovery Point
recoveryPointProperties?: RecoveryPointProperties
Property Value
recoveryPointTime
Time at which this backup copy was created.
recoveryPointTime?: Date
Property Value
Date
recoveryPointType
Type of the backup copy.
recoveryPointType?: string
Property Value
string