AzureWorkloadSQLRecoveryPoint interface
SQL 特定恢復點,特別封裝完整/差異恢復點以及擴充資訊
- Extends
屬性
extended |
提供資料目錄詳細數據的擴充資訊。 會在兩種情況下填入:當使用 GetRecoveryPoint 存取特定恢復點時,或當 ListRecoveryPoints 僅使用 ExtendedInfo 查詢篩選來呼叫 Log RP 時 |
object |
多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
recovery |
要移至另一層的 RP 資格 |
recovery |
恢復點的屬性 |
recovery |
恢復點層資訊。 |
recovery |
建立恢復點的 UTC 時間 |
type | 還原點的類型 |
屬性詳細資料
extendedInfo
提供資料目錄詳細數據的擴充資訊。 會在兩種情況下填入:當使用 GetRecoveryPoint 存取特定恢復點時,或當 ListRecoveryPoints 僅使用 ExtendedInfo 查詢篩選來呼叫 Log RP 時
extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo
屬性值
objectType
多型歧視性,指定這個物件可以是的不同類型
objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"
屬性值
"AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"
繼承的屬性詳細資料
recoveryPointMoveReadinessInfo
要移至另一層的 RP 資格
recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}
屬性值
{[propertyName: string]: RecoveryPointMoveReadinessInfo}
繼承自azureWorkloadRecoveryPoint.recoveryPointMoveReadinessInfo
recoveryPointProperties
恢復點的屬性
recoveryPointProperties?: RecoveryPointProperties
屬性值
recoveryPointTierDetails
恢復點層資訊。
recoveryPointTierDetails?: RecoveryPointTierInformationV2[]
屬性值
recoveryPointTimeInUTC
建立恢復點的 UTC 時間
recoveryPointTimeInUTC?: Date
屬性值
Date