|
|
@ -31,7 +31,7 @@ |
|
|
|
% isDisjoint:图形是否为 Disjoint SmartGraph(仅限企业版)。 |
|
|
|
% smartGraphAttribute:SmartGraph 案例中的分片属性名称(仅限企业版)。 |
|
|
|
% isSatellite:标记图形是否为 SatelliteGraph(仅限企业版)。 |
|
|
|
graphList(PoolNameOrSocket) -> |
|
|
|
graphs(PoolNameOrSocket) -> |
|
|
|
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, <<"/_api/gharial">>). |
|
|
|
|
|
|
|
% 创建一个图 |
|
|
@ -239,7 +239,7 @@ delVertexColl(PoolNameOrSocket, GraphName, CollName, QueryPars) -> |
|
|
|
% code:响应代码。 |
|
|
|
% errorNum:发生错误的ArangoDB错误号。 |
|
|
|
% errorMessage:为此错误创建的消息。 |
|
|
|
edgeDefList(PoolNameOrSocket, GraphName) -> |
|
|
|
edgeDefs(PoolNameOrSocket, GraphName) -> |
|
|
|
Path = <<"/_api/gharial/", GraphName/binary, "/edge">>, |
|
|
|
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, Path). |
|
|
|
|
|
|
|