QueryFilter interface
The filter expression to be used in the export.
Properties
and | The logical "AND" expression. Must have at least 2 items. |
dimensions | Has comparison expression for a dimension |
or | The logical "OR" expression. Must have at least 2 items. |
tags | Has comparison expression for a tag |
Property Details
and
The logical "AND" expression. Must have at least 2 items.
and?: QueryFilter[]
Property Value
dimensions
Has comparison expression for a dimension
dimensions?: QueryComparisonExpression
Property Value
or
The logical "OR" expression. Must have at least 2 items.
or?: QueryFilter[]
Property Value
tags
Has comparison expression for a tag
tags?: QueryComparisonExpression
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript