All Products
Search
Document Center

Tablestore:Direction

Last Updated:Apr 29, 2026

Specifies the scan direction for the GetRange operation.

Enumeration values

  • FORWARD: Scans rows in ascending order of primary keys.

  • BACKWARD: Scans rows in descending order of primary keys.

enum Direction {
    FORWARD = 0;
    BACKWARD = 1;
}

Related operations

GetRange