Apache HBase · JSON Structure

Hbase Rest Cell Structure

Type: object Properties: 3
ApacheBig DataBigtableDatabaseHadoopNoSQLOpen SourceWide Column

Hbase Rest Cell Structure is a JSON Structure definition published by Apache HBase, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

column timestamp $

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/apache-hbase/json-structure/hbase-rest-cell-structure.json",
  "title": "Cell",
  "type": "object",
  "properties": {
    "column": "string",
    "timestamp": "int64",
    "$": "string"
  }
}