Domain Detective

API Reference

Class

LinkFanOutNode

Namespace DomainDetective.WebStaticScanAnalysis
Assembly DomainDetective
Modifiers sealed

Summarizes high fan-out pages (by link-derived children) to identify hubs.

Inheritance

  • Object
  • LinkFanOutNode

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 LinkFanOutNode() #

Properties

public Int32 RequestId { get; set; } #

Request identifier of the node.

public String Url { get; set; } #

Final URL (or original URL if not redirected).

public Int32 LinkChildCount { get; set; } #

Number of child edges derived from links.

public Boolean FirstParty { get; set; } #

True when the node is first-party.

public String Host { get; set; } #

Host of the node.

{{ include "footer" }}