models.hbase_table module¶
-
class
models.hbase_table.
HBaseTable
(approx_size_bytes=None)[source]¶ Bases:
object
Implementation of the ‘HBaseTable’ model.
Specifies an Object containing information about a HBase table.
Attributes: approx_size_bytes (int): Specifies the approx size of the table in bytes.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.
-
classmethod