Weaviate · JSON Structure

Weaviate Replication Sharding State Response Structure

Provides the detailed sharding state for one or more collections, including the distribution of shards and their replicas across the cluster nodes.

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Sharding State Response Structure is a JSON Structure definition published by Weaviate, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

shardingState

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-replication-sharding-state-response-structure.json",
  "title": "ReplicationShardingStateResponse",
  "description": "Provides the detailed sharding state for one or more collections, including the distribution of shards and their replicas across the cluster nodes.",
  "type": "object",
  "properties": {
    "shardingState": {
      "type": "#ReplicationShardingState"
    }
  }
}