API Reference
Class
TlsRptTimeSeriesStore
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
Methods
public String GetDomainDirectory(String domain) #Returns:
StringGets domain directory.
Parameters
- domain System.String
public IReadOnlyList<TlsRptSnapshot> LoadSnapshots(String domain, Nullable<DateTimeOffset> sinceUtc = null) #Returns:
IReadOnlyList<TlsRptSnapshot>Loads snapshots.
Parameters
- domain System.String
- sinceUtc System.Nullable{System.DateTimeOffset} = null
public String SaveSnapshot(TlsRptSnapshot snapshot) #Returns:
StringSaves snapshot.
Parameters
- snapshot DomainDetective.TimeSeries.TlsRpt.TlsRptSnapshot
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.