MetadataFilter¶
Filters out all records with values in metadata fields that do not match the provided filter expression.
Structure¶
{
"_schema": "MetadataFilter_1.0",
"expression": "Region='SC'"
}
Parameters¶
Parameter Name |
Required |
Type |
Description |
---|---|---|---|
|
Yes |
|
The filter expression. |
Behaviour¶
The syntax for expression
is based on the
SQLite expression syntax.
See Filter Expressions for examples.