图引擎服务 GES-查询图概要信息(1.0.0):响应参数
响应参数
参数 |
类型 |
说明 |
---|---|---|
errorMessage |
String |
系统提示信息。
|
errorCode |
String |
系统提示信息。
|
data |
Object |
查询结果。请求失败时,该字段为空。 |
参数 |
类型 |
说明 |
---|---|---|
vertexNum |
Integer |
图的点数。 |
edgeNum |
Integer |
图的边数。 |
labelDetails(2.2.14) |
Object |
不同label下的点边数目信息。若需要正常显示此字段,请按照表 labelDetails数据各要素说明建立点边索引。 |
参数 |
类型 |
说明 |
---|---|---|
labelInVertex |
Object |
不同label下面点的数目,若某label下点的数目为0则不显示。 若需要响应中包含该要素,请参考新建索引,新建索引时索引类型为"GlobalCompositeVertexIndex ",hasLabel为"true",属性列表置空。 |
labelInEdge |
Object |
不同label下面边的数目,若某label下边的数目为0则不显示。 若需要响应中包含该要素,请参考新建索引,新建索引时索引类型为"GlobalCompositeEdgeIndex ",hasLabel为"true",属性列表置空。 |
errorMessage |
String |
系统提示信息。
|
errorCode |
String |
系统提示信息。
|