Enum BackupExecLogInformationLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the information level to be stored in the job logs.
public enum BackupExecLogInformationLevel
Fields
Summary = 1Summary information only.
SummaryAndDirectories = 2Summary information and directories processed.
SummaryDirectoriesAndFileDetails = 4Summary information, directories, files and file details.
SummaryDirectoriesAndFiles = 3Summary information, directories and files processed.
Unknown = 0The job log level information level is unknown.