Package version:

Recovery point properties.

interface RecoveryPointProperties {
    providerSpecificDetails?: ProviderSpecificRecoveryPointDetailsUnion;
    recoveryPointTime?: any;
    recoveryPointType?: string;
}

Properties

The provider specific details for the recovery point.

recoveryPointTime?: any

The recovery point time.

recoveryPointType?: string

The recovery point type: ApplicationConsistent, CrashConsistent.