public class BatchGetRowRequest extends BatchRowRequest<GetRow>
rows| Constructor and Description |
|---|
BatchGetRowRequest(String tableName)
Constructs a batch get row request with a table name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGetRow(GetRow getRow)
Add a get row object to the batch get row request.
|
List<GetRow> |
getGetRows()
Get all get row objects in this request.
|
checkBatchRequest, getMaxVersions, setMaxVersions, toJsonStringgetTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic BatchGetRowRequest(String tableName)
tableName - The target table name in TableStorage.Copyright © 2021. All rights reserved.