FilterCondition
Last updated
Last updated
Enum. The type of condition that a uses.
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.