| Name | Description | |
|---|---|---|
![]() | KnowledgeGraphFilteredFindPathsResults Constructor |
The following tables list the members exposed by KnowledgeGraphFilteredFindPathsResults.
| Name | Description | |
|---|---|---|
![]() | KnowledgeGraphFilteredFindPathsResults Constructor |
| Name | Description | |
|---|---|---|
![]() | CountDestinationExpansionQueries | Gets the count of one-hop away expansion queries (from destination entities) that have been issued to build the in-memory local graph used for pathfinding. |
![]() | CountLocalGraphEdges | Gets the count of edges in the in-memory local graph used for pathfinding. |
![]() | CountLocalGraphNodes | Gets the count of nodes in the in-memory local graph used for pathfinding. |
![]() | CountOriginExpansionQueries | Gets the count of one-hop away expansion queries (from origin entities) that have been issued to build the in-memory local graph used for pathfinding. |
![]() | CountPaths | Gets the count of paths found by Filtered Find Paths. |
![]() | CountWaypointsExpansionQueries | Gets the count of one-hop away expansion queries (from waypoint entities) that have been issued to build the in-memory local graph used for pathfinding. |
![]() | HasNegativeRelationshipsCostsConvertedToPositiveCosts | Gets a value indicating whether some negative relationship costs have been converted to positive costs during pathfinding. |
![]() | NoPathExplanation | When no path has been found (CountPaths = 0), this may give an insight as to why no path has been found. |
![]() | PathIndicesOrderedByIncreasingMaxPathCost | Returns an array of (max path cost, path index) ordered by increasing "max path cost". |
![]() | PathIndicesOrderedByIncreasingMinPathCost | Returns an array of (min path cost, path index) ordered by increasing "min path cost". |
![]() | PathIndicesOrderedByIncreasingPathLength | Returns an array of (path length, path index) ordered by increasing "path length". |
![]() | PathsMetrics | Returns an array of PathMetrics indexed by the path index. If the PathMetrics value is null, the path is not valid. |
![]() | ServiceURL | URL of the Knowledge Graph service. |
| Name | Description | |
|---|---|---|
![]() | ExtractPathsEntitiesAndRelationships | Computes the entities and relationships associated to all or some of the result paths. |
![]() | MaterializePath | Returns a materialization of a result path, or null if the path is invalid, i.e some entities or relationships of the path have been deleted during pathfinding. |