Domain Detective

API Reference

Class

TlsRptTimeSeriesStore

Namespace DomainDetective.TimeSeries.TlsRpt
Assembly DomainDetective
Modifiers sealed

Provides tls rpt time series store functionality.

Inheritance

  • Object
  • TlsRptTimeSeriesStore

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 TlsRptTimeSeriesStore(String rootPath) #

Initializes a new instance of the TlsRptTimeSeriesStore 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<TlsRptSnapshot> LoadSnapshots(String domain, Nullable<DateTimeOffset> sinceUtc = null) #
Returns: IReadOnlyList<TlsRptSnapshot>

Loads snapshots.

Parameters

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

Saves snapshot.

Parameters

snapshot DomainDetective.TimeSeries.TlsRpt.TlsRptSnapshot requiredposition: 0

Properties

public String RootPath { get; } #

Gets the root path value.

{{ include "footer" }}