Class ActiveSessionStoreStats
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
A record containing current statistics of ActiveSession store
public record ActiveSessionStoreStats : IEquatable<ActiveSessionStoreStats>
- Inheritance
-
ActiveSessionStoreStats
- Implements
- Inherited Members
Fields
- RunnerCount
Current count of existing runners
- SessionCount
Current active sessions count
- StoreSize
Current occupated store (in arbitrary units)