new Key(args)
Key
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
args |
Object |
Properties
|
- 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