All Products
Search
Document Center

Tablestore:Range

Last Updated:May 09, 2024

Specifies the configuration information about a range for a group.

Data structure

message Range {
    optional double from = 1;
    optional double to = 2;
}

Parameter

Type

Required

Description

from

double

Yes

The start value of the range. You can set the start value of the range to Double.MIN_VALUE to specify a minimum value.

to

double

Yes

The end value of the range. You can set the end value of the range to Double.MAX_VALUE to specify a maximum value.