maximumValue property

String? maximumValue
getter/setter pair

The maximum value of the property.

The minimum and maximum values for the property are used to rank results according to the ordered ranking. Indexing requests with values greater than the maximum are accepted and ranked with the same weight as items indexed with the maximum value.

Implementation

core.String? maximumValue;