Apache Ignite · JSON Structure

Rest Api Global Partition State Response Structure

Information about global partition state.

Type: object Properties: 6 Required: 6
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

GlobalPartitionStateResponse is a JSON Structure definition published by Apache Ignite, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partitionId zoneName tableId schemaName tableName state

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-global-partition-state-response-structure.json",
  "name": "GlobalPartitionStateResponse",
  "description": "Information about global partition state.",
  "properties": {
    "partitionId": {
      "type": "int32"
    },
    "zoneName": {
      "type": "string"
    },
    "tableId": {
      "type": "int32"
    },
    "schemaName": {
      "type": "string"
    },
    "tableName": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  },
  "required": [
    "partitionId",
    "schemaName",
    "state",
    "tableId",
    "tableName",
    "zoneName"
  ]
}