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


ExportFileConfiguration Class Members

The following tables list the members exposed by ExportFileConfiguration.

Public Constructors
 NameDescription
Public ConstructorInitialize the export file configuration from the application configuration  
Top
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
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object.Returns a string that represents the current object.  
Top
See Also