Class TreeCollectionStats

Assembly: redb.Core.dll

Tree collection statistics

public class TreeCollectionStats

Inheritance

ObjectTreeCollectionStats

Properties

AverageChildrenPerNode

public double AverageChildrenPerNode { get; set; }

LeafNodes

public int LeafNodes { get; set; }

MaxDepth

public int MaxDepth { get; set; }

OrphanNodes

public int OrphanNodes { get; set; }

RootNodes

public int RootNodes { get; set; }

TotalNodes

public int TotalNodes { get; set; }

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()