Enum BackupExecTaskStorageType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the storage type used for a Backup Exec task.
public enum BackupExecTaskStorageType
Fields
Disk = 2
The storage type is disk.
Tape = 1
The storage type is tape.
Unknown = 0
The storage type is unknown.