API Reference
Class
DmarcAggregateIngestion
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
- store DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateTimeSeriesStore
- deduplicate System.Boolean = true
- cancellationToken System.Threading.CancellationToken = null
public static DmarcAggregateIngestResult IngestFromPath(String path, DmarcAggregateTimeSeriesStore store, Boolean deduplicate = true) #Returns:
DmarcAggregateIngestResultExecutes the ingest from path operation.
Parameters
- path System.String
- store DomainDetective.TimeSeries.DmarcAggregate.DmarcAggregateTimeSeriesStore
- deduplicate System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object