Class EmailLogFilterOperatorNumber
Filter operators for numeric fields clicks_count, opens_count (API: equal, greater_than, less_than).
public sealed record EmailLogFilterOperatorNumber : StringEnum<EmailLogFilterOperatorNumber>, IEquatable<StringEnum<EmailLogFilterOperatorNumber>>, IEquatable<EmailLogFilterOperatorNumber>
- Inheritance
-
EmailLogFilterOperatorNumber
- Implements
- Inherited Members
Fields
Equal
Equal.
public static readonly EmailLogFilterOperatorNumber Equal
Field Value
GreaterThan
Greater than.
public static readonly EmailLogFilterOperatorNumber GreaterThan
Field Value
LessThan
Less than.
public static readonly EmailLogFilterOperatorNumber LessThan