public class DropTableRequest extends AbstractTableStorageRequest
| Constructor and Description |
|---|
DropTableRequest(String tableName)
Constructs a drop table request with target table name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toJsonString()
Convert this request to json string.
|
getTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic DropTableRequest(String tableName)
tableName - The target table name.public String toJsonString()
toJsonString in class AbstractTableStorageRequestCopyright © 2024. All rights reserved.