Table of Contents

Class EmailLogNumberFilter

Namespace
Mailtrap.EmailLogs.Models
Assembly
Mailtrap.Abstractions.dll

Filter by numeric value (e.g. clicks_count, opens_count). Operators: equal, greater_than, less_than.

public sealed record EmailLogNumberFilter : IEquatable<EmailLogNumberFilter>
Inheritance
EmailLogNumberFilter
Implements

Properties

Operator

Operator (equal, greater_than, less_than).

public EmailLogFilterOperatorNumber Operator { get; set; }

Property Value

EmailLogFilterOperatorNumber

Value

Numeric value.

public long Value { get; set; }

Property Value

long