Class StatsFilter
Represents a set of filtering parameters for the stats fetching.
public sealed record StatsFilter : IEquatable<StatsFilter>
- Inheritance
-
StatsFilter
- Implements
Properties
Categories
Gets categories to filter by.
public IList<string> Categories { get; }
Property Value
EmailServiceProviders
Gets email service providers to filter by.
public IList<string> EmailServiceProviders { get; }
Property Value
EndDate
Gets or sets the end date for the stats period.
public string EndDate { get; set; }
Property Value
SendingDomainIds
Gets sending domain IDs to filter by.
public IList<long> SendingDomainIds { get; }
Property Value
SendingStreams
Gets sending streams to filter by.
public IList<string> SendingStreams { get; }
Property Value
StartDate
Gets or sets the start date for the stats period.
public string StartDate { get; set; }