Apache HBase · JSON Structure

Hbase Rest Scanner Structure

Type: object Properties: 4
ApacheBig DataBigtableDatabaseHadoopNoSQLOpen SourceWide Column

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

Properties

startRow endRow batch maxVersions

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-scanner-structure.json",
  "title": "Scanner",
  "type": "object",
  "properties": {
    "startRow": "string",
    "endRow": "string",
    "batch": "int32",
    "maxVersions": "int32"
  }
}