Apache HBase · JSON Structure

Hbase Rest Columnfamily Structure

Type: object Properties: 5
ApacheBig DataBigtableDatabaseHadoopNoSQLOpen SourceWide Column

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

Properties

name VERSIONS COMPRESSION BLOOMFILTER TTL

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-columnfamily-structure.json",
  "title": "ColumnFamily",
  "type": "object",
  "properties": {
    "name": "string",
    "VERSIONS": "string",
    "COMPRESSION": "string",
    "BLOOMFILTER": "string",
    "TTL": "string"
  }
}