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