Interface ISessionSummary
Session information.
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ISessionSummary
Properties
ConnectionString
Database connection string where session is stored.
Declaration
string ConnectionString { get; }
Property Value
Type | Description |
---|---|
System.String |
EndTime
The end time of the session
Declaration
long EndTime { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
FileSessionPath
Gets the file session path.
Declaration
string FileSessionPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Session InstanceIdentifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Items
Session items (session metadata).
Declaration
IDictionary<string, object> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Key
Session Key.
Declaration
SessionKey Key { get; }
Property Value
Type | Description |
---|---|
SessionKey |
LapCount
Number of laps.
Declaration
int LapCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SessionType
The type of the session.
Declaration
string SessionType { get; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
The start time of the session
Declaration
long StartTime { get; }
Property Value
Type | Description |
---|---|
System.Int64 |