API Reference
IpEnrichmentInfo
Provides ip enrichment info functionality.
Inheritance
- Object
- IpEnrichmentInfo
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
public IpEnrichmentInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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 Boolean QuerySucceeded { get; set; } #Gets or sets the query succeeded value.
public Boolean ResultsCapped { get; set; } #Gets or sets the results capped value.
public String FailureReason { get; set; } #Gets or sets the failure reason value.
public Int32 UniqueIpCount { get; set; } #Gets or sets the unique ip count value.
public Int32 RowCount { get; set; } #Gets or sets the row count value.
public Int32 DistinctAsnCount { get; set; } #Gets or sets the distinct asn count value.
public Int32 DistinctCountryCount { get; set; } #Gets or sets the distinct country count value.
public IReadOnlyDictionary<Int32, Int32> AsnCounts { get; set; } #Gets or sets the asn counts value.
public IReadOnlyDictionary<String, Int32> CountryCounts { get; set; } #Gets or sets the country counts value.
public IReadOnlyList<IpEnrichmentRow> Rows { get; set; } #Gets or sets the rows 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 IpEnrichmentAnalysis Raw { get; set; } #Gets or sets the raw value.