Enumeration AllowedValuesPatternType

The possible values for the allowedValuesPatternType property of the IGroupByRequest interface.

Index

Enumeration members

EditDistance

EditDistance:

Applies the Edit Distance algorithm to match values that are close to the specified pattern.

Legacy

Legacy:

Only supports trailing wildcards in the pattern.

Phonetic

Phonetic:

Applies a phonetic algorithm to match values that are phonetically similar to the specified pattern.

Regex

Regex:

Supports regular expression as the pattern.

Wildcards

Wildcards:

Fully supports wildcards.