Studio Service

AppConfigurationFilter

AppConfigurationFilter

A filter to be used against AppConfiguration fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToAppConfigurationEqual to the specified value.
notEqualToAppConfigurationNot equal to the specified value.
distinctFromAppConfigurationNot equal to the specified value, treating null like an ordinary value.
notDistinctFromAppConfigurationEqual to the specified value, treating null like an ordinary value.
in[AppConfiguration!]Included in the specified list.
notIn[AppConfiguration!]Not included in the specified list.
lessThanAppConfigurationLess than the specified value.
lessThanOrEqualToAppConfigurationLess than or equal to the specified value.
greaterThanAppConfigurationGreater than the specified value.
greaterThanOrEqualToAppConfigurationGreater than or equal to the specified value.