Search Results for

    Show / Hide Table of Contents

    Class LogMergerDrop

    Inheritance
    object
    LogObject
    LogMergerDrop
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Tenray.ZoneTree.Core
    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
    Type Description
    int
    | Improve this Doc View Source

    SegmentId

    Declaration
    public long SegmentId { get; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    SkipCount

    Declaration
    public int SkipCount { get; }
    Property Value
    Type Description
    int

    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
    object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io