Interface IMountedEventsPageSource
Provides IMounted
Namespace: MESL.SqlRace.Domain.MountedSessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IMountedEventsPageSource
Properties
Epoch
Gets the epoch from which timings are nanosecond offsets.
Declaration
long Epoch { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ReadPagedEvents(ReadDirection, Nullable<Int64>, Nullable<Int64>)
Reads pages of events overlapping the specified time bounds.
Declaration
IEnumerable<IMountedEventsPage> ReadPagedEvents(ReadDirection pagingDirection, Nullable<long> startTime, Nullable<long> endTime)
Parameters
Type | Name | Description |
---|---|---|
Read |
pagingDirection | Time-order of pages. |
System. |
startTime | Optional inclusive start time, relative to the Epoch. |
System. |
endTime | Optional inclusive end time, relative to the Epoch. |
Returns
Type | Description |
---|---|
System. |
Zero or more pages. |