Studio Service

AppInstanceStatusFilter

AppInstanceStatusFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToAppInstanceStatusEqual to the specified value.
notEqualToAppInstanceStatusNot equal to the specified value.
distinctFromAppInstanceStatusNot equal to the specified value, treating null like an ordinary value.
notDistinctFromAppInstanceStatusEqual to the specified value, treating null like an ordinary value.
in[AppInstanceStatus!]Included in the specified list.
notIn[AppInstanceStatus!]Not included in the specified list.
lessThanAppInstanceStatusLess than the specified value.
lessThanOrEqualToAppInstanceStatusLess than or equal to the specified value.
greaterThanAppInstanceStatusGreater than the specified value.
greaterThanOrEqualToAppInstanceStatusGreater than or equal to the specified value.