AzureWorkloadSQLRecoveryPoint interface
SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info
- Extends
Properties
| extended |
Extended Info that provides data directory details. Will be populated in two cases: When a specific recovery point is accessed using GetRecoveryPoint Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter |
| object |
The discriminator possible values: AzureWorkloadSQLPointInTimeRecoveryPoint |
Inherited Properties
| recovery |
Eligibility of RP to be moved to another tier |
| recovery |
Properties of Recovery Point |
| recovery |
Recovery point tier information. |
| recovery |
UTC time at which recovery point was created |
| threat |
Recovery point threat information. |
| threat |
Threat status of the recovery point |
| type | Type of restore point |
Property Details
extendedInfo
Extended Info that provides data directory details. Will be populated in two cases: When a specific recovery point is accessed using GetRecoveryPoint Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo
Property Value
objectType
The discriminator possible values: AzureWorkloadSQLPointInTimeRecoveryPoint
objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"
Property Value
"AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"
Inherited Property Details
recoveryPointMoveReadinessInfo
Eligibility of RP to be moved to another tier
recoveryPointMoveReadinessInfo?: Record<string, RecoveryPointMoveReadinessInfo>
Property Value
Record<string, RecoveryPointMoveReadinessInfo>
Inherited From AzureWorkloadRecoveryPoint.recoveryPointMoveReadinessInfo
recoveryPointProperties
Properties of Recovery Point
recoveryPointProperties?: RecoveryPointProperties
Property Value
Inherited From AzureWorkloadRecoveryPoint.recoveryPointProperties
recoveryPointTierDetails
Recovery point tier information.
recoveryPointTierDetails?: RecoveryPointTierInformationV2[]
Property Value
Inherited From AzureWorkloadRecoveryPoint.recoveryPointTierDetails
recoveryPointTimeInUTC
UTC time at which recovery point was created
recoveryPointTimeInUTC?: Date
Property Value
Date
Inherited From AzureWorkloadRecoveryPoint.recoveryPointTimeInUTC
threatInfo
Recovery point threat information.
threatInfo?: ThreatInfo[]
Property Value
Inherited From AzureWorkloadRecoveryPoint.threatInfo
threatStatus
Threat status of the recovery point
threatStatus?: string
Property Value
string
Inherited From AzureWorkloadRecoveryPoint.threatStatus
type
Type of restore point
type?: string
Property Value
string
Inherited From AzureWorkloadRecoveryPoint.type