new GetKeyRange(sequence, connectionID, clusterVersion, startKeyArg, endKeyArg, maxReturned, optionsA) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
sequence |
number | monotonically increasing number for each request in a TCP connection |
connectionID |
number | the connection ID received from the InitPDU |
clusterVersion |
number | The version number of this cluster definition |
startKeyArg |
Buffer | the beginning of the requested range. |
endKeyArg |
Buffer | the end of the requested range. |
maxReturned |
number | The maximum number of keys returned |
optionsA |
Object | optional : {boolean} [options.startkeyinclusive = false] - indicates that the start key should be included {boolean} [options.endkeyinclusive = false] - indicates that the end key should be included {boolean} [options.reverse = false] - If true, the key range will be returned in reverse order |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic