FilterCondition

Enum. The type of condition that a FilterConstraint uses.

Values

Name
Description

Unknown

No description available.

Contains

Condition is met if the name contains a specific substring.

StartsWith

Condition is met if the name starts with a specific substring.

EndsWith

Condition is met if the name ends with a specific substring.

MatchesPattern

Condition is met if the name matches a specific regular expression.

Last updated