Weaviate · JSON Structure

Weaviate Batch Delete Response Structure

Delete Objects response.

Type: object Properties: 5
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Batch Delete Response Structure is a JSON Structure definition published by Weaviate, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

match output deletionTimeUnixMilli dryRun results

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-batch-delete-response-structure.json",
  "title": "BatchDeleteResponse",
  "description": "Delete Objects response.",
  "type": "object",
  "properties": {
    "match": {
      "type": "map",
      "description": "Outlines how to find the objects to be deleted."
    },
    "output": {
      "type": "str",
      "description": "Controls the verbosity of the output, possible values are: `minimal`, `verbose`. Defaults to `minimal`."
    },
    "deletionTimeUnixMilli": {
      "type": "int64",
      "description": "Timestamp of deletion in milliseconds since epoch UTC."
    },
    "dryRun": {
      "type": "bool",
      "description": "If true, objects will not be deleted yet, but merely listed. Defaults to false."
    },
    "results": {
      "type": "map"
    }
  }
}