public class UpdateTableRequest extends AbstractTableStorageRequest
| Constructor and Description |
|---|
UpdateTableRequest(String tableName,
TableOption option)
Constructs the update table request with target table name and option.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toJsonString()
Convert this object to json object.
|
getTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic UpdateTableRequest(String tableName, TableOption option)
tableName - The target table name.option - The option used to update table.public String toJsonString()
toJsonString in class AbstractTableStorageRequestCopyright © 2024. All rights reserved.