condition property
The operator that you want to use to determine whether
ListNamespaces
returns a namespace. Valid values for
condition
include:
-
EQ
: When you specifyEQ
for the condition, you can choose to list only public namespaces or private namespaces, but not both.EQ
is the default condition and can be omitted. -
IN
: When you specifyIN
for the condition, you can choose to list public namespaces, private namespaces, or both. -
BETWEEN
: Not applicable
Implementation
final FilterCondition? condition;