Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / SessionFileConfiguration Class


SessionFileConfiguration Class Properties

For a list of all members of this type, see SessionFileConfiguration members.

Public Properties
 NameDescription
Public PropertyThe maximum number of seconds data can be held before it is flushed.  
Public PropertyWhen false, the session file is disabled even if otherwise configured.  
Public PropertyWhen true, session files will be pruned for size or age.  
Public PropertyThe folder to store session files in unless explicitly overridden at runtime.  
Public PropertyWhen true, the session file will treat all write requests as write-through requests.  
Public PropertyThe number of seconds between index updates.  
Public PropertyThe maximum number of minutes in a single session file before a new file is started.  
Public PropertyThe maximum number of megabytes in a single session file before a new file is started.  
Public PropertyThe maximum number of megabytes for all log files in megabytes on the local drive before older files are purged.  
Public PropertyThe number of days that log files are retained.  
Public PropertyThe maximum number of queued messages waiting to be processed by the session file  
Public PropertyThe minimum amount of free disk space for logging.  
Top
See Also