PropertygraphSummary
The graph summary API returns a read-only list of node and edge labels and property keys, along with counts of nodes, edges, and properties. See Graph summary response for a property graph (PG).
Types
Properties
A list of the distinct edge labels in the graph.
A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
This field is only present when the requested mode is DETAILED
. It contains a list of edge structures.
A list of the distinct node labels in the graph.
The number of distinct node properties in the graph.
This field is only present when the requested mode is DETAILED
. It contains a list of node structures.
The number of distinct edge labels in the graph.
The number of distinct edge properties in the graph.
The number of distinct node labels in the graph.
A list of the distinct node properties in the graph, along with the count of nodes where each property is used.
The total number of usages of all edge properties.
The total number of usages of all node properties.