interface Max {
    $max: any;
}

Properties

Properties

$max: any

Returns the maximum value. $max compares both value and type, using the specified BSON comparison order for values of different types.