WebhookDeliveryQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllA filter for querying delivery history.
public sealed record WebhookDeliveryQuery : IEquatable<WebhookDeliveryQuery>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<WebhookDeliveryQuery>
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”WebhookDeliveryQuery()
Section titled “ WebhookDeliveryQuery()”public WebhookDeliveryQuery()Properties
Section titled “Properties”The number of records to skip.
public int Skip { get; init; }Property Value
Section titled “Property Value”Status
Section titled “ Status”Fetches only deliveries in this status.
public WebhookDeliveryStatus? Status { get; init; }Property Value
Section titled “Property Value”SubscriptionId
Section titled “ SubscriptionId”Fetches only this subscription’s deliveries.
public Guid? SubscriptionId { get; init; }Property Value
Section titled “Property Value”Guid?
The maximum number of records to fetch.
public int Take { get; init; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”The tenant identifier.
public required 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(WebhookDeliveryQuery?)
Section titled “ Equals(WebhookDeliveryQuery?)”public bool Equals(WebhookDeliveryQuery? other)Parameters
Section titled “Parameters”other WebhookDeliveryQuery?
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 ==(WebhookDeliveryQuery?, WebhookDeliveryQuery?)
Section titled “ operator ==(WebhookDeliveryQuery?, WebhookDeliveryQuery?)”public static bool operator ==(WebhookDeliveryQuery? left, WebhookDeliveryQuery? right)Parameters
Section titled “Parameters”left WebhookDeliveryQuery?
right WebhookDeliveryQuery?
Returns
Section titled “Returns”operator !=(WebhookDeliveryQuery?, WebhookDeliveryQuery?)
Section titled “ operator !=(WebhookDeliveryQuery?, WebhookDeliveryQuery?)”public static bool operator !=(WebhookDeliveryQuery? left, WebhookDeliveryQuery? right)Parameters
Section titled “Parameters”left WebhookDeliveryQuery?
right WebhookDeliveryQuery?