Domain Detective

API Reference

Class

TlsRptReportsTimeSeriesInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides tls rpt reports time series info functionality.

Inheritance

  • Object
  • TlsRptReportsTimeSeriesInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String SectionKey { get; set; } #

Gets or sets the section key value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Nullable<DateTimeOffset> PeriodStartUtc { get; set; } #

Gets or sets the period start utc value.

public Nullable<DateTimeOffset> PeriodEndUtc { get; set; } #

Gets or sets the period end utc value.

public Int32 SnapshotCount { get; set; } #

Gets or sets the snapshot count value.

public Int32 TotalSuccessfulSessions { get; set; } #

Gets or sets the total successful sessions value.

public Int32 TotalFailedSessions { get; set; } #

Gets or sets the total failed sessions value.

public Double FailureRatePercent { get; set; } #

Gets or sets the failure rate percent value.

public IReadOnlyList<TlsRptDailyStat> Daily { get; set; } #

Gets or sets the daily value.

public IReadOnlyList<NamedCount> TopFailureTypes { get; set; } #

Gets or sets the top failure types value.

public IReadOnlyList<TlsRptMxHostStat> MxHosts { get; set; } #

Gets or sets the mx hosts value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public IReadOnlyList<TlsRptSnapshot> Snapshots { get; set; } #

Gets or sets the snapshots value.

{{ include "footer" }}