Show / Hide Table of Contents

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
MAT.OCS.Core.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
MAT.OCS.Core.SessionKey

StartTimestamp

Gets or sets the start timestamp.

Declaration
public long StartTimestamp { get; }
Property Value
Type Description
System.Int64
Back to top Generated by DocFX