API Reference
Class
NetLogonLogSummary
Provides basic summary information about NetLogon log entries.
Inheritance
- Object
- NetLogonLogSummary
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public NetLogonLogSummary() #Methods
public String GetFormattedFileSize() #Returns:
StringFormats the file size for display.
Returns
Formatted file size string.
Inherited Methods
Properties
public String FileName { get; } #Gets the file name for the log file.
public FileInfo FileInfo { get; set; } #Gets or sets the file information.
public Int64 FileSizeBytes { get; } #Gets the file size in bytes.
public Int64 FileSizeMB { get; } #Gets the file size in megabytes.
public Int32 EntryCount { get; set; } #Gets or sets the total number of parsed entries in the log.
public Nullable<DateTime> EarliestRecord { get; set; } #Gets or sets the timestamp of the earliest entry.
public Nullable<DateTime> LatestRecord { get; set; } #Gets or sets the timestamp of the latest entry.
public Nullable<TimeSpan> TimeSpan { get; set; } #Gets or sets the time difference between the earliest and latest entries.