API Reference
Class
DmarcAggregateTimeSeriesStore
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
Methods
public String GetDomainDirectory(String domain) #Returns:
StringGets domain directory.
Parameters
- domain System.String
public IReadOnlyList<DmarcAggregateSnapshot> LoadSnapshots(String domain, Nullable<DateTimeOffset> sinceUtc = null) #Returns:
IReadOnlyList<DmarcAggregateSnapshot>Loads snapshots.
Parameters
- domain System.String
- sinceUtc System.Nullable{System.DateTimeOffset} = null
public String SaveSnapshot(DmarcAggregateSnapshot snapshot) #Returns:
StringSaves snapshot.
Parameters
- snapshot DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateSnapshot
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RootPath { get; } #Gets the root path value.