Weaviate · JSON Structure

Weaviate Replication Replicate Details Replica Status Structure

Represents the current or historical status of a shard replica involved in a replication operation, including its operational state and any associated errors.

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Replicate Details Replica Status Structure is a JSON Structure definition published by Weaviate, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

state whenStartedUnixMs errors

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-replicate-details-replica-status-structure.json",
  "title": "ReplicationReplicateDetailsReplicaStatus",
  "description": "Represents the current or historical status of a shard replica involved in a replication operation, including its operational state and any associated errors.",
  "type": "object",
  "properties": {
    "state": {
      "type": "str",
      "description": "The current operational state of the replica during the replication process."
    },
    "whenStartedUnixMs": {
      "type": "int64",
      "description": "The UNIX timestamp in ms when this state was first entered. This is an approximate time and so should not be used for precise timing."
    },
    "errors": {
      "type": "array",
      "description": "A list of error messages encountered by this replica during the replication operation, if any."
    }
  }
}