__construct()
__construct(string $name, string $field)
Parameters
string | $name | the name of this aggregation |
string | $field | the field on which to perform this aggregation |
Class IpRange.
addRange(string $fromValue = null, string $toValue = null) : $this
Add an ip range to this aggregation.
string | $fromValue | a valid ipv4 address. Low end of this range, exclusive (greater than) |
string | $toValue | a valid ipv4 address. High end of this range, exclusive (less than) |