17.138. Class SessionStats

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

Statistics related to a session

public record SessionStats : IEquatable<SessionStats>

17.138.1. Inheritance

objectSessionStats

17.138.2. Implements

IEquatable<SessionStats>

17.138.3. Inherited Members

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

17.138.4. Properties

17.138.4.1. Duration

Duration of the session

public TimeSpan Duration { get; init; }

17.138.4.1.1. Property Value

TimeSpan

17.138.4.2. TasksCount

Number of tasks in the session

public int TasksCount { get; init; }

17.138.4.2.1. Property Value

int