interface MinN {
    $minN: {
        input: any;
        n: any;
    };
}

Properties

Properties

$minN: {
    input: any;
    n: any;
}

Returns an aggregation of the minimum value n elements within a group. If the group contains fewer than n elements, $minN returns all elements in the group.

Type declaration

  • input: any
  • n: any