Class: Cell

hypertable. Cell

new Cell(args)

Cell
Parameters:
Name Type Description
args Object
Properties
Name Type Attributes Description
key Key Key
value Buffer <optional>
Value
Source:

Methods

toString() → {String}

Return string representation of a Cell. The following is example output:
Cell(key=Key(row='/foo/bar.html', column_family='count', column_qualifier='2014-06-14 07:31:18', timestamp=1427841277086165001, revision=1427841277086165001, flag=255), value='2')
Source:
Returns:
Printable representation of the Cell.
Type
String