| Class | Description |
|---|---|
| AbstractTableStorageRequest |
Base class for all TableStorage request objects.
|
| AbstractTableStorageResponse |
Base class for all TableStorage response objects.
|
| BatchDeleteRowRequest |
Represent the request for BatchDeleteRow operation.
|
| BatchDeleteRowResponse |
Represents the output of a BatchDeleteRow operation.
|
| BatchGetRowRequest |
Represent the request for BatchGetRow operation.
|
| BatchGetRowResponse |
Represents the output of a BatchGetRow operation.
|
| BatchPutRowRequest |
Represent the request for BatchPutRow operation.
|
| BatchPutRowResponse |
Represents the output of a BatchPutRow operation.
|
| BatchRowRequest<T extends TableStorageRow> |
Base class for all BatchXXXRowRequest objects.
|
| CreateTableRequest |
Represent the request for CreateTable operation.
|
| CreateTableResponse |
Represents the output of a CreateTable operation.
|
| DeleteRow |
Performs DeleteRow operation on a single row.
|
| DeleteRowRequest |
Represent the request for DeleteRow operation.
|
| DeleteRowResponse |
Represents the output of a DeleteRow operation.
|
| DropTableRequest |
Represents the request for DropTable operation.
|
| DropTableResponse |
Represents the output of a DropTable operation.
|
| GetRow |
Performs GetRow operation on a single row.
|
| GetRowRequest |
Represent the request for GetRow operation.
|
| GetRowResponse |
Represents the output of a GetRow operation.
|
| ListKeyRangesRequest |
Represent the request for ListKeyRanges operation.
|
| ListKeyRangesResponse |
Represents the output of a ListKeyRanges operation.
|
| ListTablesRequest |
Represent the request for ListTables operation.
|
| ListTablesResponse |
Represents the output of a ListTables operation.
|
| ListTablesResponse.TableInfo |
The table info consists of attributes of table in TableStorage.
|
| PutRow |
Performs PutRow operation on a single row.
|
| PutRowRequest |
Represent the request for PutRow operation.
|
| PutRowResponse |
Represents the output of a PutRow operation.
|
| ScanRequest |
Represent the request for Scan operation.
|
| ScanResponse |
Represents the output of a Scan operation.
|
| ShowTableRequest |
Represent the request for ShowTable operation.
|
| ShowTableResponse |
Represents the output of a ShowTable operation.
|
| ShowTableStateResponse |
Represents the output of a ShowTableState operation.
|
| TableOption |
Table option for create table and update table
|
| TableStorageCell |
Represents a TableStorageCell in a row.
|
| TableStorageResult |
Single row result of a GetRow, BatchGetRow or Scan operation.
|
| TableStorageRow |
Represent a single row in TableStorage.
|
| UpdateTableRequest |
Represent the request for UpdateTable operation.
|
| UpdateTableResponse |
Represents the output of a UpdateTable operation.
|
| Enum | Description |
|---|---|
| CellType |
TableStorageCell type enum class
|
| CompressType |
Data compress type.
|
| TableState |
Table State enum class.
|
Copyright © 2022. All rights reserved.