Docs API schemas

neoserver 0.1.2

TileCacheUsage

TileCacheUsage schema for the neoserver management API.

← All schemas

object
entry_count integer · int64
quota_bytes integer · int64
remaining_bytes integer · int64
size_bytes integer · int64
utilization number
OpenAPI schema definition
{
  "properties": {
    "entry_count": {
      "format": "int64",
      "type": "integer"
    },
    "quota_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "remaining_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "size_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "utilization": {
      "type": "number"
    }
  },
  "type": "object"
}

Search documentation

Type to search guides and reference pages.