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


SessionFileConfiguration Class Members

The following tables list the members exposed by SessionFileConfiguration.

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