Sort

The method to use to sort the results. You can use the following sort methods:

  • Default. Uses a default sorting algorithm, which sorts nodes by in-degree (the number of edges that point to the node).
  • None. Turn off sorting. You might want to use this option to improve the speed of particularly large queries.
Actions: GetNodes
Type: String
Default: Default
Example: Sort=None
See Also: