Weaviate · Schema

ReplicationShardingStateResponse

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

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
shardingState object
View JSON Schema on GitHub

JSON Schema

weaviate-replicationshardingstateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplicationShardingStateResponse",
  "title": "ReplicationShardingStateResponse",
  "type": "object",
  "description": "Provides the detailed sharding state for one or more collections, including the distribution of shards and their replicas across the cluster nodes.",
  "properties": {
    "shardingState": {
      "$ref": "#/components/schemas/ReplicationShardingState"
    }
  }
}