GenericRecoveryPoint interface

Generic backup copy.

Extends

Properties

friendlyName

Friendly name of the backup copy.

objectType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointAdditionalInfo

Additional information associated with this backup copy.

recoveryPointProperties

Properties of Recovery Point

recoveryPointTime

Time at which this backup copy was created.

recoveryPointType

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