Amazon Neptune · Example Payload

Sparql Sparql Query Status Detail Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Sparql Sparql Query Status Detail Example is an example object payload from Amazon Neptune, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryIdqueryStringqueryEvalStats

Example Payload

Raw ↑
{
  "queryId": "neptune-cluster-abc123",
  "queryString": "g.V().limit(10)",
  "queryEvalStats": {
    "waited": 30,
    "elapsed": 33,
    "cancelled": true
  }
}