Apache BookKeeper · JSON Structure

Bookkeeper Admin Bookie Info Structure

Disk space information for a BookKeeper bookie.

Type: record Properties: 0
ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Bookie Info Structure is a JSON Structure definition published by Apache BookKeeper. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-bookkeeper/refs/heads/main/json-structure/bookkeeper-admin-bookie-info-structure.json",
  "title": "BookieInfo",
  "description": "Disk space information for a BookKeeper bookie.",
  "type": "record",
  "fields": [
    { "name": "freeSpace", "type": "long", "description": "Free disk space in bytes." },
    { "name": "totalSpace", "type": "long", "description": "Total disk space in bytes." }
  ]
}