isSubnetOf
This section contains reference documentation for the isSubnetOf function.
Takes 2 arguments of type STRING. The first argument is an ipPrefix
, and the second argument is a single ipAddress
. This function handles both IPv4 and IPv6 arguments.
Returns a boolean value checking if ipAddress
is in the subnet of ipPrefix
Signatures
isSubnetOf(ipPrefix, ipAddress) -> boolean
Usage Examples
Please see the following sample queries where isSubnetOf
is used in different parts of the query.
Last updated