Toggle navigation
Cloudera Manager API: ApiHBaseTable
Resources
Data Model
Tutorial
Back to Top
Home
JSON
ApiHBaseTable
ApiHBaseTable
Data Model
An HBase table descriptor.
Properties
name
data type
constraints
description
tableName
string
Table name.
deleted
boolean
required
Indicates whether the table has been deleted.
Example
{ "tableName" : "...", "deleted" : true }