DataRecoveryMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class DataRecoveryMode extends System.Enum

The data recovery mode.

Fields

FieldDescription
NoneNo data recovery is implied.
ConsistentRecoverThe consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
MaximalRecoverThe maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.

None

public static final int None

No data recovery is implied. Whenever the file format has some corrupted data the appropriate exception is thrown.

ConsistentRecover

public static final int ConsistentRecover

The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.

MaximalRecover

public static final int MaximalRecover

The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.