Class SessionSampleCountSegment
Rapresent information regarding a timerange in a session session
Inheritance
System.Object
SessionSampleCountSegment
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionSampleCountSegment : Object
Constructors
SessionSampleCountSegment(SessionKey, Int64, Int32)
Declaration
public SessionSampleCountSegment(SessionKey sessionKey, long startTimestamp, int sampleCount)
Parameters
Type | Name | Description |
---|---|---|
SessionKey | sessionKey | |
System.Int64 | startTimestamp | |
System.Int32 | sampleCount |
Properties
SampleCount
The number of sample of the request
Declaration
public int SampleCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SessionKey
The session key
Declaration
public SessionKey SessionKey { get; }
Property Value
Type | Description |
---|---|
SessionKey |
StartTimestamp
Gets or sets the start timestamp.
Declaration
public long StartTimestamp { get; }
Property Value
Type | Description |
---|---|
System.Int64 |