Domain Detective

API Reference

Class

DnsPropagationInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides dns propagation info functionality.

Inheritance

  • Object
  • DnsPropagationInfo

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 HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public DnsRecordType RecordType { get; set; } #

Gets or sets the record type value.

public Boolean QuerySucceeded { get; set; } #

Gets or sets the query succeeded value.

public Int32 ServerCount { get; set; } #

Gets or sets the server count value.

public Int32 ServerSuccessCount { get; set; } #

Gets or sets the server success count value.

public Int32 ServerErrorCount { get; set; } #

Gets or sets the server error count value.

public Int32 DistinctAnswerSets { get; set; } #

Gets or sets the distinct answer sets value.

public String MajorityAnswerSet { get; set; } #

Gets or sets the majority answer set value.

public Nullable<TimeSpan> MinDuration { get; set; } #

Gets or sets the min duration value.

public Nullable<TimeSpan> MaxDuration { get; set; } #

Gets or sets the max duration value.

public Nullable<TimeSpan> AvgDuration { get; set; } #

Gets or sets the avg duration value.

public Boolean ResultsCapped { get; set; } #

Gets or sets the results capped value.

public IReadOnlyList<DnsPropagationResultInfo> Results { get; set; } #

Gets or sets the results 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 DnsPropagationReportAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}