ee.Filter.inList

Filter on metadata contained in a list.

Returns the constructed filter.

UsageReturns
ee.Filter.inList(leftField, rightValue, rightField, leftValue)Filter
ArgumentTypeDetails
leftFieldString, optionalA selector for the left operand. Should not be specified if leftValue is specified.
rightValueList, optionalThe value of the right operand. Should not be specified if rightField is specified.
rightFieldString, optionalA selector for the right operand. Should not be specified if rightValue is specified.
leftValueList, optionalThe value of the left operand. Should not be specified if leftField is specified.