Class AuditQueryResult
- Namespace
- JD.AI.Core.Governance.Audit
- Assembly
- JD.AI.Core.dll
Result of an audit event query.
public sealed class AuditQueryResult
- Inheritance
-
AuditQueryResult
- Inherited Members
Properties
Events
The matching events (newest first).
public required IReadOnlyList<AuditEvent> Events { get; init; }
Property Value
TotalCount
Total number of events matching the filter (before limit/offset).
public required long TotalCount { get; init; }