Class HistoryFileChunk
Inheritance
System.Object
HistoryFileChunk
Namespace: Telerik.OpenAccess.Diagnostics
Assembly: Telerik.OpenAccess.dll
Syntax
public class HistoryFileChunk
Constructors
HistoryFileChunk()
Declaration
public HistoryFileChunk()
Properties
EntryCount
Declaration
public int EntryCount { get; set; }
Property Value
System.
|
FirstEntry
Declaration
public DateTime FirstEntry { get; set; }
Property Value
System.
|
FirstId
Declaration
public int FirstId { get; set; }
Property Value
System.
|
LastEntry
Declaration
public DateTime LastEntry { get; set; }
Property Value
System.
|
LastId
Declaration
public int LastId { get; set; }
Property Value
System.
|
Offset
Declaration
public long Offset { get; set; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()