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