Domain Detective

API Reference

Class

DmarcAggregateIngestion

Namespace DomainDetective.TimeSeries.DmarcAggregate
Assembly DomainDetective
Modifiers static

Provides dmarc aggregate ingestion functionality.

Inheritance

  • Object
  • DmarcAggregateIngestion

Methods

public static async Task<DmarcAggregateIngestResult> IngestFromImapAsync(ImapAttachmentIngestOptions options, DmarcAggregateTimeSeriesStore store, Boolean deduplicate = true, CancellationToken cancellationToken = null) #
Returns: Task<DmarcAggregateIngestResult>

Executes the ingest from imap async operation.

Parameters

options DomainDetective.TimeSeries.ImapAttachmentIngestOptions requiredposition: 0
store DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateTimeSeriesStore requiredposition: 1
deduplicate System.Boolean = true optionalposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3
public static DmarcAggregateIngestResult IngestFromPath(String path, DmarcAggregateTimeSeriesStore store, Boolean deduplicate = true) #
Returns: DmarcAggregateIngestResult

Executes the ingest from path operation.

Parameters

path System.String requiredposition: 0
store DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateTimeSeriesStore requiredposition: 1
deduplicate System.Boolean = true optionalposition: 2
{{ include "footer" }}