Domain Detective

API Reference

Class

DmarcAggregateTimeSeriesStore

Namespace DomainDetective.TimeSeries.DmarcAggregate
Assembly DomainDetective
Modifiers sealed

Provides dmarc aggregate time series store functionality.

Inheritance

  • Object
  • DmarcAggregateTimeSeriesStore

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DmarcAggregateTimeSeriesStore(String rootPath) #

Initializes a new instance of the DmarcAggregateTimeSeriesStore class.

Parameters

rootPath System.String requiredposition: 0

Methods

public String GetDomainDirectory(String domain) #
Returns: String

Gets domain directory.

Parameters

domain System.String requiredposition: 0
public IReadOnlyList<DmarcAggregateSnapshot> LoadSnapshots(String domain, Nullable<DateTimeOffset> sinceUtc = null) #
Returns: IReadOnlyList<DmarcAggregateSnapshot>

Loads snapshots.

Parameters

domain System.String requiredposition: 0
sinceUtc System.Nullable{System.DateTimeOffset} = null optionalposition: 1
public String SaveSnapshot(DmarcAggregateSnapshot snapshot) #
Returns: String

Saves snapshot.

Parameters

snapshot DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateSnapshot requiredposition: 0

Properties

public String RootPath { get; } #

Gets the root path value.

{{ include "footer" }}