Class AuditQueryResult
Result of an audit query with items and total count for paging.
public record AuditQueryResult : IEquatable<AuditQueryResult>
- Inheritance
-
AuditQueryResult
- Implements
- Inherited Members
Properties
Items
public IReadOnlyList<AuditEntry> Items { get; init; }
Property Value
TotalCount
public int TotalCount { get; init; }