All Products
Search
Document Center

Tablestore:ColumnPaginationFilter

Last Updated:Jan 13, 2025

ColumnPaginationFilter specifies the filter conditions for wide-column read operations.

Data structure

message ColumnPaginationFilter {
    required int32 offset = 1;
    required int32 limit = 2;
}

Parameter

Type

Required

Description

offset

int32

Yes

The start column from which the read operation starts.

limit

int32

Yes

The number of columns that you want to read.

References

Filter

GetRow

GetRange

BatchGetRow