Struct GridNavigationBodyTraceReport
Summarizes one bounded swept navigation-body trace.
public readonly struct GridNavigationBodyTraceReport
- Inherited Members
Properties
AddressCandidateCount
The number of candidate addresses examined.
public int AddressCandidateCount { get; }
Property Value
CandidateWorkCount
The exact combined grid and address work completed.
public long CandidateWorkCount { get; }
Property Value
CellCount
The number of required and dependency-evidence cells written.
public int CellCount { get; }
Property Value
GridCandidateCount
The number of candidate grids examined.
public int GridCandidateCount { get; }
Property Value
IsComplete
Whether the complete physical prism union was written.
public bool IsComplete { get; }
Property Value
RunStamp
The exact committed world revision observed by the trace.
public GridCoveredAddressRunStamp RunStamp { get; }
Property Value
Status
The completion status.
public GridNavigationBodyTraceStatus Status { get; }