Class LogMergerDrop
Inheritance
LogMergerDrop
Assembly: ZoneTree.dll
Syntax
public sealed class LogMergerDrop : LogObject
Constructors
|
Improve this Doc
View Source
LogMergerDrop(long, int, int)
Declaration
public LogMergerDrop(long segmentId, int dropCount, int skipCount)
Parameters
Type |
Name |
Description |
long |
segmentId |
|
int |
dropCount |
|
int |
skipCount |
|
Properties
|
Improve this Doc
View Source
DropCount
Declaration
public int DropCount { get; }
Property Value
|
Improve this Doc
View Source
SegmentId
Declaration
public long SegmentId { get; }
Property Value
|
Improve this Doc
View Source
SkipCount
Declaration
public int SkipCount { 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