Class: Key

hypertable. Key

new Key(args)

Key
Parameters:
Name Type Description
args Object
Properties
Name Type Attributes Default Description
row String Row key
column_family String <optional>
Column family
column_qualifier String <optional>
Column qualifier
timestamp Int64 <optional>
Timestamp
revision Int64 <optional>
Revision
flag Number <optional>
255 Cell flag
Source:

Methods

toString() → {String}

Return string representation of a Key. The following is example output:
Key(row='/foo/bar.html', column_family='count', column_qualifier='2014-06-14 07:31:18', timestamp=1427841277086165001, revision=1427841277086165001, flag=255)
The timestamp and revision fields are excluded from the output if they are null or undefined.
Source:
Returns:
Printable representation of the Key.
Type
String