RecoveryPointProperties interface
Recovery point properties.
Properties
provider |
The provider specific details for the recovery point. |
recovery |
The recovery point time. |
recovery |
The recovery point type: ApplicationConsistent, CrashConsistent. |
Property Details
providerSpecificDetails
The provider specific details for the recovery point.
providerSpecificDetails?: ProviderSpecificRecoveryPointDetailsUnion
Property Value
recoveryPointTime
The recovery point time.
recoveryPointTime?: Date
Property Value
Date
recoveryPointType
The recovery point type: ApplicationConsistent, CrashConsistent.
recoveryPointType?: string
Property Value
string