Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the options for logging when running a file management job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmFileManagementLoggingFlags
public enum class _FsrmFileManagementLoggingFlags
type _FsrmFileManagementLoggingFlags
Public Enumeration _FsrmFileManagementLoggingFlags
Members
| Member name | Description | |
|---|---|---|
| FsrmFileManagementLoggingFlags_Audit | Log information about every file that met all of the file management job's conditions to the Security audit log. |
|
| FsrmFileManagementLoggingFlags_Error | Log errors that occur when running the file management job to a log file. |
|
| FsrmFileManagementLoggingFlags_Information | Log information status messages that occur when running the file management job to a log file. |
|
| FsrmFileManagementLoggingFlags_None | Do not log events. |
See Also
Logging
Microsoft.Storage Namespace
Return to top