TiKV · JSON-LD Context

Tikv Context

JSON-LD context defining the semantic vocabulary for Tikv from TiKV.

14 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

tikv: https://tikv.org/vocab/

Classes

region_id start_key end_key store_id region_epoch approximate_size approximate_keys written_bytes read_bytes git_hash TiKVRegion TiKVPeer TiKVNode TiKVCluster

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tikv": "https://tikv.org/vocab/",
    "region_id": "tikv:regionId",
    "start_key": "tikv:startKey",
    "end_key": "tikv:endKey",
    "store_id": "tikv:storeId",
    "region_epoch": "tikv:regionEpoch",
    "approximate_size": "tikv:approximateSize",
    "approximate_keys": "tikv:approximateKeys",
    "written_bytes": "tikv:writtenBytes",
    "read_bytes": "tikv:readBytes",
    "git_hash": "tikv:gitHash",
    "TiKVRegion": "tikv:Region",
    "TiKVPeer": "tikv:Peer",
    "TiKVNode": "tikv:Node",
    "TiKVCluster": "tikv:Cluster"
  }
}