Enum EPathMatchAlgorithm# Defined in File path_match.h Enum Documentation# enum class EPathMatchAlgorithm# Algorithm to be used for matching the path to the pattern. Values: enumerator wildcards# Use wildcards like ‘?’, ‘*’ and ‘**’. enumerator regex# Use regular expressins.