API Reference
DmarcAggregateSnapshot
Provides dmarc aggregate snapshot functionality.
Inheritance
- Object
- DmarcAggregateSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method DmarcAggregateTimeSeriesStore.SaveSnapshot
- Method Converters.Convert
Constructors
public DmarcAggregateSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain value.
public String ReportId { get; set; } #Gets or sets the report id value.
public Nullable<DateTimeOffset> RangeBeginUtc { get; set; } #Gets or sets the range begin utc value.
public Nullable<DateTimeOffset> RangeEndUtc { get; set; } #Gets or sets the range end utc value.
public String ReporterOrgName { get; set; } #Gets or sets the reporter org name value.
public String ReporterEmail { get; set; } #Gets or sets the reporter email value.
public Int32 TotalCount { get; set; } #Gets or sets the total count value.
public Int32 PassCount { get; set; } #Gets or sets the pass count value.
public Int32 FailCount { get; set; } #Gets or sets the fail count value.
public Dictionary<String, Int32> DispositionCounts { get; set; } #Gets or sets the disposition counts value.
public List<CountedValue> TopFailingSourceIps { get; set; } #Gets or sets the top failing source ips value.
public List<CountedValue> TopFailingHeaderFrom { get; set; } #Gets or sets the top failing header from value.
public List<CountedValue> TopFailingDkimDomains { get; set; } #Gets or sets the top failing dkim domains value.
public List<CountedValue> TopFailingSpfDomains { get; set; } #Gets or sets the top failing spf domains value.
public List<String> ValidationMessages { get; set; } #Gets or sets the validation messages value.
public DateTimeOffset IngestedAtUtc { get; set; } #Gets or sets the ingested at utc value.
public String Source { get; set; } #Gets or sets the source value.
public String SourceId { get; set; } #Gets or sets the source id value.