public class BatchRowRequest<T extends TableStorageRow> extends AbstractTableStorageRequest
| Modifier and Type | Method and Description |
|---|---|
static void |
checkBatchRequest(BatchRowRequest batchRowRequest)
Check this batch row object
|
int |
getMaxVersions()
Get maxVersions in BatchGetRow.
|
void |
setMaxVersions(int maxVersions)
Set maxVersions.
|
String |
toJsonString()
Convert this request to json string.
|
getTableName, withRequestCredentialsgetRequestCredentials, setRequestCredentialsprotected List<T extends TableStorageRow> rows
public static void checkBatchRequest(BatchRowRequest batchRowRequest)
public int getMaxVersions()
public void setMaxVersions(int maxVersions)
maxVersions - The target maxVersions.public String toJsonString()
toJsonString in class AbstractTableStorageRequestCopyright © 2021. All rights reserved.