Weaviate · JSON Structure

Weaviate Cluster Statistics Response Structure

The cluster statistics of all of the Weaviate nodes

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Cluster Statistics Response Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

statistics synchronized

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-cluster-statistics-response-structure.json",
  "title": "ClusterStatisticsResponse",
  "description": "The cluster statistics of all of the Weaviate nodes",
  "type": "object",
  "properties": {
    "statistics": {
      "type": "array"
    },
    "synchronized": {
      "type": "bool"
    }
  }
}