public class BatchPutRowRequest extends BatchRowRequest<PutRow>
rows| Constructor and Description |
|---|
BatchPutRowRequest(String tableName)
Constructs a batch put row request with a table name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPutRow(PutRow putRow)
Add a put row object to the batch put row request.
|
List<PutRow> |
getPutRows()
Get all put row objects in this request.
|
checkBatchRequest, getMaxVersions, setMaxVersions, toJsonStringgetTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic BatchPutRowRequest(String tableName)
tableName - The target table name in TableStorage.Copyright © 2023. All rights reserved.