Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

GraphDataSummary - NeptuneAnalyticsAPI

GraphDataSummary

Summary information about the graph.

Contents

edgeLabels

A list of the edge labels in the graph.

Type: Array of strings

Required: No

edgeProperties

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

Type: Array of string to long maps

Required: No

edgeStructures

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

Type: Array of EdgeStructure objects

Required: No

nodeLabels

A list of distinct node labels in the graph.

Type: Array of strings

Required: No

nodeProperties

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

Type: Array of string to long maps

Required: No

nodeStructures

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

Type: Array of NodeStructure objects

Required: No

numEdgeLabels

The number of unique edge labels in the graph.

Type: Long

Required: No

numEdgeProperties

The number of edge properties in the graph.

Type: Long

Required: No

numEdges

The number of edges in the graph.

Type: Long

Required: No

numNodeLabels

The number of distinct node labels in the graph.

Type: Long

Required: No

numNodeProperties

The number of distinct node properties in the graph.

Type: Long

Required: No

numNodes

The number of nodes in the graph.

Type: Long

Required: No

totalEdgePropertyValues

The total number of usages of all edge properties.

Type: Long

Required: No

totalNodePropertyValues

The total number of usages of all node properties.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.