AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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).
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class PropertygraphSummary
The PropertygraphSummary type exposes the following members
| Name | Description | |
|---|---|---|
|
PropertygraphSummary() |
| Name | Type | Description | |
|---|---|---|---|
|
EdgeLabels | System.Collections.Generic.List<System.String> |
Gets and sets the property EdgeLabels. A list of the distinct edge labels in the graph. |
|
EdgeProperties | System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Int64>> |
Gets and sets the property EdgeProperties. A list of the distinct edge properties in the graph, along with the count of edges where each property is used. |
|
EdgeStructures | System.Collections.Generic.List<Amazon.Neptunedata.Model.EdgeStructure> |
Gets and sets the property EdgeStructures.
This field is only present when the requested mode is |
|
NodeLabels | System.Collections.Generic.List<System.String> |
Gets and sets the property NodeLabels. A list of the distinct node labels in the graph. |
|
NodeProperties | System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Int64>> |
Gets and sets the property NodeProperties. The number of distinct node properties in the graph. |
|
NodeStructures | System.Collections.Generic.List<Amazon.Neptunedata.Model.NodeStructure> |
Gets and sets the property NodeStructures.
This field is only present when the requested mode is |
|
NumEdgeLabels | System.Int64 |
Gets and sets the property NumEdgeLabels. The number of distinct edge labels in the graph. |
|
NumEdgeProperties | System.Int64 |
Gets and sets the property NumEdgeProperties. The number of distinct edge properties in the graph. |
|
NumEdges | System.Int64 |
Gets and sets the property NumEdges. The number of edges in the graph. |
|
NumNodeLabels | System.Int64 |
Gets and sets the property NumNodeLabels. The number of distinct node labels in the graph. |
|
NumNodeProperties | System.Int64 |
Gets and sets the property NumNodeProperties. A list of the distinct node properties in the graph, along with the count of nodes where each property is used. |
|
NumNodes | System.Int64 |
Gets and sets the property NumNodes. The number of nodes in the graph. |
|
TotalEdgePropertyValues | System.Int64 |
Gets and sets the property TotalEdgePropertyValues. The total number of usages of all edge properties. |
|
TotalNodePropertyValues | System.Int64 |
Gets and sets the property TotalNodePropertyValues. The total number of usages of all node properties. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5