| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
PropertygraphSummary |
PropertygraphSummary.clone() |
PropertygraphSummary |
PropertygraphSummaryValueMap.getGraphSummary()
The graph summary.
|
PropertygraphSummary |
PropertygraphSummary.withEdgeLabels(Collection<String> edgeLabels)
A list of the distinct edge labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withEdgeLabels(String... edgeLabels)
A list of the distinct edge labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withEdgeProperties(Collection<Map<String,Long>> edgeProperties)
A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
|
PropertygraphSummary |
PropertygraphSummary.withEdgeProperties(Map<String,Long>... edgeProperties)
A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
|
PropertygraphSummary |
PropertygraphSummary.withEdgeStructures(Collection<EdgeStructure> edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withEdgeStructures(EdgeStructure... edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withNodeLabels(Collection<String> nodeLabels)
A list of the distinct node labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNodeLabels(String... nodeLabels)
A list of the distinct node labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNodeProperties(Collection<Map<String,Long>> nodeProperties)
The number of distinct node properties in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNodeProperties(Map<String,Long>... nodeProperties)
The number of distinct node properties in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNodeStructures(Collection<NodeStructure> nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withNodeStructures(NodeStructure... nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary |
PropertygraphSummary.withNumEdgeLabels(Long numEdgeLabels)
The number of distinct edge labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNumEdgeProperties(Long numEdgeProperties)
The number of distinct edge properties in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNumEdges(Long numEdges)
The number of edges in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNumNodeLabels(Long numNodeLabels)
The number of distinct node labels in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withNumNodeProperties(Long numNodeProperties)
A list of the distinct node properties in the graph, along with the count of nodes where each property is used.
|
PropertygraphSummary |
PropertygraphSummary.withNumNodes(Long numNodes)
The number of nodes in the graph.
|
PropertygraphSummary |
PropertygraphSummary.withTotalEdgePropertyValues(Long totalEdgePropertyValues)
The total number of usages of all edge properties.
|
PropertygraphSummary |
PropertygraphSummary.withTotalNodePropertyValues(Long totalNodePropertyValues)
The total number of usages of all node properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertygraphSummaryValueMap.setGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
|
PropertygraphSummaryValueMap |
PropertygraphSummaryValueMap.withGraphSummary(PropertygraphSummary graphSummary)
The graph summary.
|
Copyright © 2025. All rights reserved.