Class CacheStatistics
Permissions cache statistics
public class CacheStatistics
Inheritance
Properties
CreatedAt
public DateTimeOffset CreatedAt { get; set; }
ExpiresAt
public DateTimeOffset ExpiresAt { get; set; }
HasGlobalPermissions
public bool HasGlobalPermissions { get; set; }
IsExpired
public bool IsExpired { get; set; }
ObjectPermissionsCount
public int ObjectPermissionsCount { get; set; }
SchemePermissionsCount
public int SchemePermissionsCount { get; set; }
UserId
public long UserId { get; set; }
Version
public long Version { get; set; }