Data Model > Available DSCs > Log DSC > Custom connection properties used by Log DSC
 
Custom connection properties used by Log DSC
The following list gives details of the custom connection property that is unique to the Log DSC. This property can be specified by adding the MR Init Custom connection property to the connection string when connecting to a log folder. For example:
MR Init Custom = SearchSubFolders
Properties
FileDateFilter=[Start][-End]
When viewing all the log (.tmp) files in a folder, view only those files within the specified date and/or time range. To ensure that log files are included whenever part of the file overlaps with the date-time filter, the file last-modified time is checked against the start of the range, and the file creation time is checked against the end of the range.
Date and time information must be entered in language-neutral format; that is, yyyy/mm/dd hh:mm:ss. For example:
FileDateFilter=2007/08/27 16:50:00-2007/08/31 16:50:00
FileTypeFilter=Types
When viewing all log files in a folder, view only those of the listed types. Types is a comma-separated list of three-character file type identifiers. For example:
FileTypeFilter=IVW,ISE
SearchSubFolders
When viewing all the log files in a folder, include log files that are in sub folders. Use this property when you want to view the log files for a cluster that has a separate sub folder for each server's log files.
For a list of all the standard and custom connection properties that are available to the Log DSC, see Connection properties.
See also
Log DSC