Qdrant · Schema

ReplicaState

State of the single shard within a replica set.

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-replicastate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplicaState",
  "title": "ReplicaState",
  "description": "State of the single shard within a replica set.",
  "type": "string",
  "enum": [
    "Active",
    "Dead",
    "Partial",
    "Initializing",
    "Listener",
    "PartialSnapshot",
    "Recovery",
    "Resharding",
    "ReshardingScaleDown",
    "ActiveRead",
    "ManualRecovery"
  ]
}