API Reference
Class
LinkFanOutNode
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
- Property WebStaticScanAnalysis.TopLinkFanOut
Constructors
public LinkFanOutNode() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.