| 类和说明 |
|---|
| AbortTransactionRequest |
| AbortTransactionResponse |
| AddDefinedColumnRequest
AddDefinedColumn includes some necessary parameters for adding a predefined column to a table, including the table name, the name and type of the predefined column to be added.
|
| AddDefinedColumnResponse
The return result of the AddDefinedColumn operation.
|
| BatchGetRowRequest |
| BatchGetRowResponse |
| BatchWriteRowRequest |
| BatchWriteRowResponse |
| BulkExportRequest |
| BulkExportResponse |
| BulkImportRequest |
| BulkImportResponse |
| CommitTransactionRequest |
| CommitTransactionResponse |
| ComputeSplitsBySizeRequest |
| ComputeSplitsBySizeResponse |
| ComputeSplitsRequest
Get the partition information of the data.
|
| ComputeSplitsResponse
Get the partition information of the data.
|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| CreateIndexRequest
CreateIndexRequest contains some necessary parameters for creating a new index table, including the table's Meta.
|
| CreateIndexResponse
The return result of the CreateIndex operation.
|
| CreateTableRequest
CreateTableRequest contains some necessary parameters for creating a new table, including the table's Meta, reserved read/write throughput, table configuration, and pre-partition configuration.
|
| CreateTableRequestEx
CreateTableRequestEx inherits from CreateTableRequest and additionally provides pre-partitioning capabilities for tables.
|
| CreateTableResponse
The return result of the CreateTable operation.
|
| DeleteDefinedColumnRequest
DeleteDefinedColumn includes some parameters required to delete a predefined column for a table, including the table name and the name of the predefined column to be deleted.
|
| DeleteDefinedColumnResponse
The return result of the DeleteDefinedColumn operation.
|
| DeleteIndexRequest |
| DeleteIndexResponse |
| DeleteRowRequest |
| DeleteRowResponse |
| DeleteTableRequest |
| DeleteTableResponse |
| DescribeStreamRequest |
| DescribeStreamResponse |
| DescribeTableRequest |
| DescribeTableResponse |
| GetRangeRequest |
| GetRangeResponse |
| GetRowRequest
Query parameters for GetRow.
|
| GetRowResponse |
| GetShardIteratorRequest |
| GetShardIteratorResponse |
| GetStreamRecordRequest |
| GetStreamRecordResponse |
| ListStreamRequest |
| ListStreamResponse |
| ListTableRequest |
| ListTableResponse |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PutRowRequest |
| PutRowResponse |
| RangeIteratorParameter |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| RetryStrategy |
| Row |
| RowChange
Basic structure for single-row data change operations.
|
| RowQueryCriteria
Basic parameters for reading data from TableStore, mainly including:
ColumnsToGet: The list of attribute column names to read.
|
| StartLocalTransactionRequest |
| StartLocalTransactionResponse |
| UpdateRowRequest |
| UpdateRowResponse |
| UpdateTableRequest
UpdateTableRequest contains some necessary parameters for updating a table, including the table name, reserved throughput changes, and table configuration changes, etc.
|
| UpdateTableResponse
The return result of the UpdateTable operation, which includes the details of the reserved throughput changes and the current configuration parameters of the table after the change.
|
| WideColumnIterator |
| 类和说明 |
|---|
| AbortTransactionRequest |
| AbortTransactionResponse |
| AddDefinedColumnRequest
AddDefinedColumn includes some necessary parameters for adding a predefined column to a table, including the table name, the name and type of the predefined column to be added.
|
| AddDefinedColumnResponse
The return result of the AddDefinedColumn operation.
|
| BatchGetRowRequest |
| BatchGetRowResponse |
| BatchWriteRowRequest |
| BatchWriteRowResponse |
| BulkExportRequest |
| BulkExportResponse |
| BulkImportRequest |
| BulkImportResponse |
| CommitTransactionRequest |
| CommitTransactionResponse |
| ComputeSplitsBySizeRequest |
| ComputeSplitsBySizeResponse |
| ComputeSplitsRequest
Get the partition information of the data.
|
| ComputeSplitsResponse
Get the partition information of the data.
|
| CreateIndexRequest
CreateIndexRequest contains some necessary parameters for creating a new index table, including the table's Meta.
|
| CreateIndexResponse
The return result of the CreateIndex operation.
|
| CreateTableRequest
CreateTableRequest contains some necessary parameters for creating a new table, including the table's Meta, reserved read/write throughput, table configuration, and pre-partition configuration.
|
| CreateTableRequestEx
CreateTableRequestEx inherits from CreateTableRequest and additionally provides pre-partitioning capabilities for tables.
|
| CreateTableResponse
The return result of the CreateTable operation.
|
| DeleteDefinedColumnRequest
DeleteDefinedColumn includes some parameters required to delete a predefined column for a table, including the table name and the name of the predefined column to be deleted.
|
| DeleteDefinedColumnResponse
The return result of the DeleteDefinedColumn operation.
|
| DeleteIndexRequest |
| DeleteIndexResponse |
| DeleteRowRequest |
| DeleteRowResponse |
| DeleteTableRequest |
| DeleteTableResponse |
| DescribeStreamRequest |
| DescribeStreamResponse |
| DescribeTableRequest |
| DescribeTableResponse |
| GetRangeRequest |
| GetRangeResponse |
| GetRowRequest
Query parameters for GetRow.
|
| GetRowResponse |
| GetShardIteratorRequest |
| GetShardIteratorResponse |
| GetStreamRecordRequest |
| GetStreamRecordResponse |
| ListStreamRequest |
| ListStreamResponse |
| ListTableRequest |
| ListTableResponse |
| PutRowRequest |
| PutRowResponse |
| Request |
| RequestExtension |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| RetryStrategy |
| StartLocalTransactionRequest |
| StartLocalTransactionResponse |
| UpdateRowRequest |
| UpdateRowResponse |
| UpdateTableRequest
UpdateTableRequest contains some necessary parameters for updating a table, including the table name, reserved throughput changes, and table configuration changes, etc.
|
| UpdateTableResponse
The return result of the UpdateTable operation, which includes the details of the reserved throughput changes and the current configuration parameters of the table after the change.
|
| 类和说明 |
|---|
| AbortTransactionRequest |
| AbortTransactionResponse |
| AddDefinedColumnRequest
AddDefinedColumn includes some necessary parameters for adding a predefined column to a table, including the table name, the name and type of the predefined column to be added.
|
| AddDefinedColumnResponse
The return result of the AddDefinedColumn operation.
|
| BatchGetRowResponse |
| BatchGetRowResponse.RowResult
The result of a single row query in the BatchGetRow batch operation.
|
| BatchWriteRowRequest |
| BatchWriteRowResponse |
| BatchWriteRowResponse.RowResult
The result of a single row write in the BatchWriteRow batch operation.
|
| BulkExportRequest |
| BulkExportResponse |
| BulkImportRequest |
| BulkImportResponse |
| BulkImportResponse.RowResult
The result of a single row write operation in the BatchWriteRow batch operation.
|
| CapacityDataSize
The unit of read/write throughput for a table, also known as a capacity unit.
|
| CapacityUnit
The unit of a table's read/write throughput, namely the capacity unit.
|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| ColumnValue
Represents the value of an attribute column.
|
| CommitTransactionRequest |
| CommitTransactionResponse |
| ComputeSplitsBySizeRequest |
| ComputeSplitsBySizeResponse |
| ComputeSplitsRequest
Get the partition information of the data.
|
| ComputeSplitsResponse
Get the partition information of the data.
|
| Condition
TableStore supports conditional update functionality, where you can set a condition
Condition when performing PutRow, UpdateRow, DeleteRow, or BatchWriteRow operations. |
| CreateIndexRequest
CreateIndexRequest contains some necessary parameters for creating a new index table, including the table's Meta.
|
| CreateIndexResponse
The return result of the CreateIndex operation.
|
| CreateTableRequest
CreateTableRequest contains some necessary parameters for creating a new table, including the table's Meta, reserved read/write throughput, table configuration, and pre-partition configuration.
|
| CreateTableRequestEx
CreateTableRequestEx inherits from CreateTableRequest and additionally provides pre-partitioning capabilities for tables.
|
| CreateTableResponse
The return result of the CreateTable operation.
|
| DefinedColumnSchema |
| DefinedColumnType
Indicates the data type of predefined columns.
|
| DeleteDefinedColumnRequest
DeleteDefinedColumn includes some parameters required to delete a predefined column for a table, including the table name and the name of the predefined column to be deleted.
|
| DeleteDefinedColumnResponse
The return result of the DeleteDefinedColumn operation.
|
| DeleteIndexRequest |
| DeleteIndexResponse |
| DeleteRowRequest |
| DeleteRowResponse |
| DeleteTableRequest |
| DeleteTableResponse |
| DescribeStreamRequest |
| DescribeStreamResponse |
| DescribeTableRequest |
| DescribeTableResponse |
| Direction |
| GetRangeRequest |
| GetRangeResponse |
| GetRowRequest
Query parameters for GetRow.
|
| GetRowResponse |
| GetShardIteratorRequest |
| GetShardIteratorResponse |
| GetStreamRecordRequest |
| GetStreamRecordResponse |
| IndexMeta
The structure information of the index table, including the name of the index table, and the definition of the primary key and predefined columns of the index table.
|
| IndexType
Indicates the index table type.
|
| IndexUpdateMode
Indicates the index update mode.
|
| ListStreamRequest |
| ListStreamResponse |
| ListTableResponse |
| MultiRowQueryCriteria
The parameters required to query multiple rows of data from the TableStore table, which can support the following several reading behaviors:
Read a specific version of certain columns or all columns
Read all versions or the latest N versions within a version range for certain columns or all columns
Read the latest N versions for certain columns or all columns (N is at least 1 and at most MaxVersions)
Note: The read parameters cannot be set separately for each row; the same query parameters must be used for multiple rows.
|
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PrimaryKeyColumn
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn),
and each primary key column includes the name and value of the primary key column (PrimaryKeyValue). |
| PrimaryKeyOption
Represents the properties of a primary key column
|
| PrimaryKeySchema |
| PrimaryKeyType
Indicates the data type of the primary key column.
|
| PrimaryKeyValue
Represents the value of a primary key column.
|
| PutRowRequest |
| PutRowResponse |
| RecordColumn |
| ReservedThroughputDetails |
| ReturnType
Indicates whether the operation (PUT, UPDATE, DELETE) returns the PK value in the result.
|
| Row |
| RowDeleteChange |
| RowExistenceExpectation |
| RowPutChange |
| RowUpdateChange |
| SSEDetails |
| StartLocalTransactionRequest |
| StartLocalTransactionResponse |
| Stream |
| StreamDetails |
| StreamRecord |
| StreamShard |
| StreamStatus |
| TableMeta
The table's structure information, including the table's name and primary key definition.
|
| TableOptions
Table configuration options, used to configure TTL and MaxVersions.
|
| UpdateRowRequest |
| UpdateRowResponse |
| UpdateTableRequest
UpdateTableRequest contains some necessary parameters for updating a table, including the table name, reserved throughput changes, and table configuration changes, etc.
|
| UpdateTableResponse
The return result of the UpdateTable operation, which includes the details of the reserved throughput changes and the current configuration parameters of the table after the change.
|
| 类和说明 |
|---|
| ColumnType
Indicates the data types of attribute columns.
|
| TimeseriesMetaOptions |
| TimeseriesTableMeta
The structure information of the table, including the table name and configuration information.
|
| 类和说明 |
|---|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| ColumnValue
Represents the value of an attribute column.
|
| PrimaryKeySchema |
| RetryStrategy |
| RowChange
Basic structure for single-row data change operations.
|
| TableMeta
The table's structure information, including the table's name and primary key definition.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PrimaryKeyColumn
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn),
and each primary key column includes the name and value of the primary key column (PrimaryKeyValue). |
| Row |
| Split
The ComputeSplitsBySize interface is a class for data blocks that are split based on the data size specified by the user.
|
| TableMeta
The table's structure information, including the table's name and primary key definition.
|
| 类和说明 |
|---|
| PrimaryKeyValue
Represents the value of a primary key column.
|
| 类和说明 |
|---|
| AbstractColumnIteratorImpl |
| AlwaysRetryStrategy
The TableStore SDK supports custom retry logic
RetryStrategy, which is used to determine whether a retry is needed when an exception occurs, and provides the time interval for the current retry. |
| BatchGetRowRequest |
| BatchGetRowResponse.RowResult
The result of a single row query in the BatchGetRow batch operation.
|
| BatchWriteRowRequest |
| BatchWriteRowResponse.RowResult
The result of a single row write in the BatchWriteRow batch operation.
|
| BulkImportRequest |
| BulkImportResponse.RowResult
The result of a single row write operation in the BatchWriteRow batch operation.
|
| CapacityDataSize
The unit of read/write throughput for a table, also known as a capacity unit.
|
| CapacityUnit
The unit of a table's read/write throughput, namely the capacity unit.
|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| ColumnType
Indicates the data types of attribute columns.
|
| ColumnValue
Represents the value of an attribute column.
|
| ComputeSplitsBySizeRequest |
| ComputeSplitsRequest
Get the partition information of the data.
|
| ComputeSplitsRequest.Builder |
| ComputeSplitsResponse
Get the partition information of the data.
|
| Condition
TableStore supports conditional update functionality, where you can set a condition
Condition when performing PutRow, UpdateRow, DeleteRow, or BatchWriteRow operations. |
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| CreateTableRequest
CreateTableRequest contains some necessary parameters for creating a new table, including the table's Meta, reserved read/write throughput, table configuration, and pre-partition configuration.
|
| DataBlockType |
| DefinedColumnSchema |
| DefinedColumnType
Indicates the data type of predefined columns.
|
| Direction |
| Error |
| ExtensionRequest |
| GetRowRequest
Query parameters for GetRow.
|
| IndexMeta
The structure information of the index table, including the name of the index table, and the definition of the primary key and predefined columns of the index table.
|
| IndexType
Indicates the index table type.
|
| IndexUpdateMode
Indicates the index update mode.
|
| IRow |
| Measurable |
| MultiRowQueryCriteria
The parameters required to query multiple rows of data from the TableStore table, which can support the following several reading behaviors:
Read a specific version of certain columns or all columns
Read all versions or the latest N versions within a version range for certain columns or all columns
Read the latest N versions for certain columns or all columns (N is at least 1 and at most MaxVersions)
Note: The read parameters cannot be set separately for each row; the same query parameters must be used for multiple rows.
|
| NameTimestampComparator |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PrimaryKeyBuilder |
| PrimaryKeyColumn
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn),
and each primary key column includes the name and value of the primary key column (PrimaryKeyValue). |
| PrimaryKeyOption
Represents the properties of a primary key column
|
| PrimaryKeySchema |
| PrimaryKeyType
Indicates the data type of the primary key column.
|
| PrimaryKeyValue
Represents the value of a primary key column.
|
| Priority |
| RangeIteratorParameter |
| RangeRowQueryCriteria |
| RecordColumn |
| RecordColumn.ColumnType |
| RecordSequenceInfo |
| Request |
| RequestExtension |
| ReservedThroughput |
| ReservedThroughputDetails |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| RetryStrategy |
| ReturnType
Indicates whether the operation (PUT, UPDATE, DELETE) returns the PK value in the result.
|
| Row |
| RowChange
Basic structure for single-row data change operations.
|
| RowDeleteChange |
| RowExistenceExpectation |
| RowPutChange |
| RowQueryCriteria
Basic parameters for reading data from TableStore, mainly including:
ColumnsToGet: The list of attribute column names to read.
|
| RowUpdateChange |
| RowUpdateChange.Type |
| SearchIndexSplitsOptions |
| SingleRowQueryCriteria
Parameters required to query a single row of data from the TableStore table, supporting the following read behaviors:
Read a specific version of certain columns or all columns
Read all versions or the largest N versions within a version range for certain columns or all columns
Read the largest N versions of certain columns or all columns (N is at least 1 and at most MaxVersions)
|
| Split
The ComputeSplitsBySize interface is a class for data blocks that are split based on the data size specified by the user.
|
| SplitsOptions |
| SSEDetails |
| SSEKeyType
Indicates the type of server-side encryption key
|
| SSESpecification |
| Stream |
| StreamDetails |
| StreamRecord |
| StreamRecord.RecordType |
| StreamShard |
| StreamSpecification |
| StreamStatus |
| TableMeta
The table's structure information, including the table's name and primary key definition.
|
| TableOptions
Table configuration options, used to configure TTL and MaxVersions.
|
| TimeRange |
| TimeseriesMetaOptions |
| TimeseriesTableOptions
Configuration options for the time-series table, currently only used for configuring TTL.
|
| TxnRequest |
| WideColumnIterator |
| WideRowIterator |
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| Request |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| RangeIteratorParameter |
| Row |
| 类和说明 |
|---|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PrimaryKeyBuilder |
| Request |
| ReservedThroughput |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| Row |
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| Row |
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| ColumnType
Indicates the data types of attribute columns.
|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| Request |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| 类和说明 |
|---|
| ColumnType
Indicates the data types of attribute columns.
|
| ColumnValue
Represents the value of an attribute column.
|
| Error |
| Request |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| TimeseriesMetaOptions |
| TimeseriesTableMeta
The structure information of the table, including the table name and configuration information.
|
| TimeseriesTableOptions
Configuration options for the time-series table, currently only used for configuring TTL.
|
| 类和说明 |
|---|
| DataBlockType |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| Request |
| Response
The base class for all TableStore return results, containing meta-attribute information of the return result, such as RequestId, TraceId, etc.
|
| 类和说明 |
|---|
| BatchGetRowRequest |
| BatchGetRowResponse.RowResult
The result of a single row query in the BatchGetRow batch operation.
|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| Error |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| Row |
| RowQueryCriteria
Basic parameters for reading data from TableStore, mainly including:
ColumnsToGet: The list of attribute column names to read.
|
| TableMeta
The table's structure information, including the table's name and primary key definition.
|
| 类和说明 |
|---|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| IRow |
| Measurable |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| PrimaryKeyColumn
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn),
and each primary key column includes the name and value of the primary key column (PrimaryKeyValue). |
| PrimaryKeySchema |
| RowChange
Basic structure for single-row data change operations.
|
| RowPutChange |
| 类和说明 |
|---|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| Row |
| RowPutChange |
| 类和说明 |
|---|
| Request |
| 类和说明 |
|---|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| RowChange
Basic structure for single-row data change operations.
|
| 类和说明 |
|---|
| Column
In TableStore, each row of data can contain one or more attribute columns (
Column),
and each attribute column includes a name, a value (ColumnValue), and a timestamp. |
| ColumnValue
Represents the value of an attribute column.
|
| GetRangeRequest |
| GetRowRequest
Query parameters for GetRow.
|
| Row |
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| ColumnValue
Represents the value of an attribute column.
|
| 类和说明 |
|---|
| StreamRecord |
| 类和说明 |
|---|
| ConsumedCapacity
The capacity unit and data size consumed by read and write operations.
|
| Request |
| Row |
| RowChange
Basic structure for single-row data change operations.
|
| 类和说明 |
|---|
| RowChange
Basic structure for single-row data change operations.
|
| 类和说明 |
|---|
| PrimaryKey
In TableStore, each row of data contains a primary key (
PrimaryKey),
which is composed of multiple primary key columns (PrimaryKeyColumn). |
| RowChange
Basic structure for single-row data change operations.
|
| 类和说明 |
|---|
| RetryStrategy |
Copyright © 2025. All Rights Reserved.