All Shortest Paths of Vertex Sets (2.2.15)
Parameter |
Mandatory |
Type |
Value Range |
Default Value |
Description |
---|---|---|---|---|---|
sources |
Yes |
String |
The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice,Nana. The maximum ID number is 100000. |
- |
Source vertex ID set |
targets |
Yes |
String |
The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice,Nana. The maximum ID number is 100000. |
- |
Target vertex ID set |
directed |
No |
Boolean |
true or false. It is a Boolean value. |
false |
Whether an edge is directed |
Parameter |
Type |
Description |
---|---|---|
paths |
List |
All shortest paths between the source vertex and target vertex. The format is as follows: [[path1],[path2]] For the format of path, see Shortest Path. |
sources |
String |
Source ID set of a path |
targets |
String |
Target ID set of a path |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot