Amazon Neptune · Example Payload

Data Propertygraph Statistics Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Data Propertygraph Statistics Output Example is an example object payload from Amazon Neptune, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statuspayload

Example Payload

Raw ↑
{
  "status": "available",
  "payload": {
    "graphStatistics": {
      "numNodes": 18,
      "numEdges": 36,
      "numNodeLabels": 9,
      "numEdgeLabels": 26,
      "numNodeProperties": 58
    }
  }
}