You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| xref:common-usage/running-algos.adoc#common-configuration-relationship-weight-property[relationshipWeightProperty] | String | null | yes | Name of the relationship property to use as weights. If unspecified, the algorithm runs unweighted.
100
+
|===
101
+
102
+
.Results
103
+
[opts="header",cols="1,1,6"]
104
+
|===
105
+
| Name | Type | Description
106
+
| nodeCount | Integer | The number of nodes in the graph.
107
+
| relationshipCount | Integer | The number of relationships in the graph.
108
+
| requiredMemory | String | An estimation of the required memory in a human readable format.
109
+
| treeView | String | A more detailed representation of the required memory, including estimates of the different components in human readable format.
110
+
| mapView | Map | A more detailed representation of the required memory, including estimates of the different components in structured format.
111
+
| bytesMin | Integer | The minimum number of bytes required.
112
+
| bytesMax | Integer | The maximum number of bytes required.
113
+
| heapPercentageMin | Float | The minimum percentage of the configured maximum heap required.
114
+
| heapPercentageMax | Float | The maximum percentage of the configured maximum heap required.
0 commit comments