Vector Space Mode
Description:
Returns the maximum value of all BSI integer values in this field
. If the optional Row
call is supplied, only columns with set bits are considered, otherwise all columns are considered.
Result Type: object with the max and count of columns containing the max value.
Examples:
Query the maximum value of a field (maximum size of all repositories):
Max(field="diskusage")
{"value":88,"count":13}
- Result is the largest value (repository size in kilobytes, here), plus the count of columns with that value.