Weaviate · JSON Structure

Weaviate Async Replication Status Structure

The status of the async replication.

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Async Replication 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

objectsPropagated startDiffTimeUnixMillis targetNode

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-async-replication-status-structure.json",
  "title": "AsyncReplicationStatus",
  "description": "The status of the async replication.",
  "type": "object",
  "properties": {
    "objectsPropagated": {
      "type": "float",
      "description": "The number of objects propagated in the most recent iteration."
    },
    "startDiffTimeUnixMillis": {
      "type": "float",
      "description": "The start time of the most recent iteration."
    },
    "targetNode": {
      "type": "str",
      "description": "The target node of the replication, if set, otherwise empty."
    }
  }
}