Amazon Neptune · JSON Structure

Sparql Sparql Query Status Detail Structure

SparqlQueryStatusDetail schema from Neptune

Type: object Properties: 3
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

SparqlQueryStatusDetail is a JSON Structure definition published by Amazon Neptune, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

queryId queryString queryEvalStats

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/sparql-sparql-query-status-detail-structure.json",
  "name": "SparqlQueryStatusDetail",
  "description": "SparqlQueryStatusDetail schema from Neptune",
  "type": "object",
  "properties": {
    "queryId": {
      "type": "string"
    },
    "queryString": {
      "type": "string"
    },
    "queryEvalStats": {
      "type": "object",
      "properties": {
        "waited": {
          "type": "int32",
          "description": "Time waited in queue (milliseconds)."
        },
        "elapsed": {
          "type": "int32",
          "description": "Elapsed execution time (milliseconds)."
        },
        "cancelled": {
          "type": "boolean"
        }
      }
    }
  }
}