AttachmentQuery
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe filter used to list attachments.
public sealed record AttachmentQuery : IEquatable<AttachmentQuery>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”AttachmentQuery()
Section titled “ AttachmentQuery()”public AttachmentQuery()Properties
Section titled “Properties”SessionId
Section titled “ SessionId”Gets the session whose attachments are returned, when it is given.
public string? SessionId { get; init; }Property Value
Section titled “Property Value”Gets the number of records to skip.
public int Skip { get; init; }Property Value
Section titled “Property Value”Gets the maximum number of records to return.
public int Take { get; init; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”Gets the tenant to query.
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(AttachmentQuery?)
Section titled “ Equals(AttachmentQuery?)”public bool Equals(AttachmentQuery? other)Parameters
Section titled “Parameters”other AttachmentQuery?
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 ==(AttachmentQuery?, AttachmentQuery?)
Section titled “ operator ==(AttachmentQuery?, AttachmentQuery?)”public static bool operator ==(AttachmentQuery? left, AttachmentQuery? right)Parameters
Section titled “Parameters”left AttachmentQuery?
right AttachmentQuery?
Returns
Section titled “Returns”operator !=(AttachmentQuery?, AttachmentQuery?)
Section titled “ operator !=(AttachmentQuery?, AttachmentQuery?)”public static bool operator !=(AttachmentQuery? left, AttachmentQuery? right)Parameters
Section titled “Parameters”left AttachmentQuery?
right AttachmentQuery?