API Reference
Class
TlsRptSnapshot
Provides tls rpt snapshot functionality.
Inheritance
- Object
- TlsRptSnapshot
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
- Property TlsRptIngestResult.Snapshots
- Method TlsRptTimeSeriesStore.LoadSnapshots
- Property TlsRptReportsTimeSeriesInfo.Snapshots
Accepted by parameters
- Method TlsRptTimeSeriesStore.SaveSnapshot
- Method Converters.Convert
Constructors
public TlsRptSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain value.
public String ReportId { get; set; } #Gets or sets the report id value.
public Nullable<DateTimeOffset> RangeBeginUtc { get; set; } #Gets or sets the range begin utc value.
public Nullable<DateTimeOffset> RangeEndUtc { get; set; } #Gets or sets the range end utc value.
public String ReporterOrgName { get; set; } #Gets or sets the reporter org name value.
public String ContactInfo { get; set; } #Gets or sets the contact info 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 Dictionary<String, Int32> FailureTypeCounts { get; set; } #Gets or sets the failure type counts value.
public List<TlsRptMxSnapshot> MxHosts { get; set; } #Gets or sets the mx hosts value.
public List<CountedValue> TopFailureTypes { get; set; } #Gets or sets the top failure types value.
public List<String> ValidationMessages { get; set; } #Gets or sets the validation messages value.
public DateTimeOffset IngestedAtUtc { get; set; } #Gets or sets the ingested at utc value.
public String Source { get; set; } #Gets or sets the source value.
public String SourceId { get; set; } #Gets or sets the source id value.