public class DeleteRowRequest extends AbstractTableStorageRequest
| Constructor and Description |
|---|
DeleteRowRequest(String tableName,
String rowkey)
Constructs a delete row request with target table name and rowkey.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRowRequest |
addCell(String column)
Add a cell with column name to this delete row request.
|
String |
toJsonString()
Convert this request object to json string.
|
getTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic DeleteRowRequest addCell(String column)
column - The column name of cell.public String toJsonString()
toJsonString in class AbstractTableStorageRequestCopyright © 2023. All rights reserved.