26.135. Class SessionStats

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

Statistics related to a session

public record SessionStats : IEquatable<SessionStats>

26.135.1. Inheritance

objectSessionStats

26.135.2. Implements

IEquatable<SessionStats>

26.135.3. Inherited Members

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

26.135.4. Properties

26.135.4.1. Duration

Duration of the session

public TimeSpan Duration { get; init; }

26.135.4.1.1. Property Value

TimeSpan

26.135.4.2. TasksCount

Number of tasks in the session

public int TasksCount { get; init; }

26.135.4.2.1. Property Value

int