public class ScanResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ScanResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextStartKey()
Get the next start key of this scan response, which can be use to continue scan.
|
List<TableStorageResult> |
getResults()
Get list of results of this scan response.
|
void |
setNextStartKey(String nextStartKey)
Set the next start key of this scan response.
|
void |
setResults(List<TableStorageResult> results)
Set the results of this scan response.
|
String |
toString()
Convert this object to string.
|
getMetadatapublic String getNextStartKey()
public void setNextStartKey(String nextStartKey)
nextStartKey - The next start rowkey set to this scan response.public void setResults(List<TableStorageResult> results)
results - The result set to this scan response.public List<TableStorageResult> getResults()
Copyright © 2020. All rights reserved.