Class LogMergerSuccess
Inheritance
LogMergerSuccess
Assembly: ZoneTree.dll
Syntax
public sealed class LogMergerSuccess : LogObject
Constructors
|
Improve this Doc
View Source
LogMergerSuccess(int, int, long, int, int)
Declaration
public LogMergerSuccess(int dropCount, int skipCount, long elapsedMilliseconds, int totalDropCount, int totalSkipCount)
Parameters
Type |
Name |
Description |
int |
dropCount |
|
int |
skipCount |
|
long |
elapsedMilliseconds |
|
int |
totalDropCount |
|
int |
totalSkipCount |
|
Properties
|
Improve this Doc
View Source
DropCount
Declaration
public int DropCount { get; }
Property Value
|
Improve this Doc
View Source
ElapsedMilliseconds
Declaration
public long ElapsedMilliseconds { get; }
Property Value
|
Improve this Doc
View Source
SkipCount
Declaration
public int SkipCount { get; }
Property Value
|
Improve this Doc
View Source
TotalDropCount
Declaration
public int TotalDropCount { get; }
Property Value
|
Improve this Doc
View Source
TotalSkipCount
Declaration
public int TotalSkipCount { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides