GraphDataSummary

Summary information about the graph.

Types

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

Properties

Link copied to clipboard

A list of the 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 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

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 unique edge labels in the graph.

Link copied to clipboard

The number of 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

The number of distinct node properties in the graph.

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
inline fun copy(block: GraphDataSummary.Builder.() -> Unit = {}): GraphDataSummary
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