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


ExportFileConfiguration Class Properties

For a list of all members of this type, see ExportFileConfiguration 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 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 session files in megabytes on the local drive before older files are purged.  
Public PropertyThe maximum age in days of a session file before it should be purged.  
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