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