AzureWorkloadSQLPointInTimeRecoveryPoint interface
Recovery point specific to PointInTime
- Extends
Properties
object |
Polymorphic discriminator, which specifies the different types this object can be |
time |
List of log ranges |
Inherited 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 |
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 |
type | Type of restore point |
Property Details
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint"
Property Value
"AzureWorkloadSQLPointInTimeRecoveryPoint"
timeRanges
Inherited 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
Inherited From AzureWorkloadSQLRecoveryPoint.extendedInfo
recoveryPointMoveReadinessInfo
Eligibility of RP to be moved to another tier
recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}
Property Value
{[propertyName: string]: RecoveryPointMoveReadinessInfo}
Inherited From AzureWorkloadSQLRecoveryPoint.recoveryPointMoveReadinessInfo
recoveryPointProperties
Properties of Recovery Point
recoveryPointProperties?: RecoveryPointProperties
Property Value
Inherited From AzureWorkloadSQLRecoveryPoint.recoveryPointProperties
recoveryPointTierDetails
Recovery point tier information.
recoveryPointTierDetails?: RecoveryPointTierInformationV2[]
Property Value
Inherited From AzureWorkloadSQLRecoveryPoint.recoveryPointTierDetails
recoveryPointTimeInUTC
UTC time at which recovery point was created
recoveryPointTimeInUTC?: Date
Property Value
Date
Inherited From AzureWorkloadSQLRecoveryPoint.recoveryPointTimeInUTC
type
Type of restore point
type?: string
Property Value
string
Inherited From AzureWorkloadSQLRecoveryPoint.type