Enum BackupExecTaskStorageCompressionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the compression type used for the storage of a Backup Exec task.
public enum BackupExecTaskStorageCompressionType
Fields
HardwareOnly = 5
Hardware (if available, otherwise none).
None = 1
No compression is used.
NotApplicable = 2
The compression type is not applicable.
SoftwareIfNoHardware = 4
Hardware (if available, otherwise software).
SoftwareOnly = 3
Software encrpytion is used.
Unknown = 0
The compression type is unknown.