Apache Geode · JSON Structure

Geode Rest Query Result Structure

Results from an OQL query execution

Type: object Properties: 1
ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source

QueryResult is a JSON Structure definition published by Apache Geode, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

result

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/apache-geode/refs/heads/main/json-structure/geode-rest-query-result-structure.json",
  "name": "QueryResult",
  "description": "Results from an OQL query execution",
  "type": "object",
  "properties": {
    "result": {
      "type": "array",
      "description": "Query result objects"
    }
  }
}