CIMFilteredFindPathsStatistics Class
Represents the statistics related to a Filtered Find Paths search.
It contains the size of the local graph, and the number of openCypher "expansion" queries that have been issued
to construct the local graph.
The local graph is an in-memory graph used for pathfinding where
a node represents an entity in the Knowledge Graph and an edge represents
one or many parallel relationships in the Knowledge Graph.
The local graph typically contains (much) less nodes than the Knowledge Graph, but enough nodes and edges
to ensure that the pathfinding results are accurate.
For example, to guarantee that all paths of length up to 'L' between 'A' and 'B' are present in the local graph,
we ensure that the sum of counts of "expansion" queries related to 'A' and 'B' is greater or equal to 'L'.
System.Object
ArcGIS.Core.CIM.CIMObject
ArcGIS.Core.CIM.CIMFilteredFindPathsStatistics
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.5 or higher.