All Products
Search
Document Center

Tablestore:PercentilesAggregationItem

Last Updated:Apr 23, 2024

Indicates the information about a percentile in percentile statistics.

Data structure

message PercentilesAggregationItem {
    optional double key = 1;
    optional bytes value = 2;
}

Parameter

Type

Required

Description

key

double

Yes

The value of the percentile.

value

bytes

Yes

The distribution of the percentile, which is encoded by using PlainBuffer. For more information, see PlainBuffer.