21.136. Class SessionStats

Namespace: ArmoniK.Core.Common.Client
Assembly: ArmoniK.Core.Common.Client.dll

Statistics related to a session

public record SessionStats : IEquatable<SessionStats>

21.136.1. Inheritance

objectSessionStats

21.136.2. Implements

IEquatable<SessionStats>

21.136.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

21.136.4. Properties

21.136.4.1. Duration

Duration of the session

public TimeSpan Duration { get; init; }

21.136.4.1.1. Property Value

TimeSpan

21.136.4.2. TasksCount

Number of tasks in the session

public int TasksCount { get; init; }

21.136.4.2.1. Property Value

int