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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the distinct edge labels in the graph.

Link copied to clipboard

A list of the distinct edge properties in the graph, along with the count of edges where each property is used.

Link copied to clipboard

This field is only present when the requested mode is DETAILED. It contains a list of edge structures.

Link copied to clipboard

A list of the distinct node labels in the graph.

Link copied to clipboard

The number of distinct node properties in the graph.

Link copied to clipboard

This field is only present when the requested mode is DETAILED. It contains a list of node structures.

Link copied to clipboard

The number of distinct edge labels in the graph.

Link copied to clipboard

The number of distinct edge properties in the graph.

Link copied to clipboard

The number of edges in the graph.

Link copied to clipboard

The number of distinct node labels in the graph.

Link copied to clipboard

A list of the distinct node properties in the graph, along with the count of nodes where each property is used.

Link copied to clipboard

The number of nodes in the graph.

Link copied to clipboard

The total number of usages of all edge properties.

Link copied to clipboard

The total number of usages of all node properties.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String