AuditChainQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe criteria that scope a hash chain verification.
public sealed record AuditChainQuery : IEquatable<AuditChainQuery>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AuditChainQuery()
Section titled “ AuditChainQuery()”public AuditChainQuery()Properties
Section titled “Properties”Gets the lower bound: entries written at or after this time are checked.
public DateTimeOffset? After { get; init; }Property Value
Section titled “Property Value”Before
Section titled “ Before”Gets the upper bound: entries written at or before this time are checked.
public DateTimeOffset? Before { get; init; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”Gets the tenant id. The tenant of the caller is used when it is null.
public string? TenantId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AuditChainQuery?)
Section titled “ Equals(AuditChainQuery?)”public bool Equals(AuditChainQuery? other)Parameters
Section titled “Parameters”other AuditChainQuery?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AuditChainQuery?, AuditChainQuery?)
Section titled “ operator ==(AuditChainQuery?, AuditChainQuery?)”public static bool operator ==(AuditChainQuery? left, AuditChainQuery? right)Parameters
Section titled “Parameters”left AuditChainQuery?
right AuditChainQuery?
Returns
Section titled “Returns”operator !=(AuditChainQuery?, AuditChainQuery?)
Section titled “ operator !=(AuditChainQuery?, AuditChainQuery?)”public static bool operator !=(AuditChainQuery? left, AuditChainQuery? right)Parameters
Section titled “Parameters”left AuditChainQuery?
right AuditChainQuery?