ReportConfigFilter interface
The filter expression to be used in the report.
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?: ReportConfigFilter[]
Property Value
dimensions
Has comparison expression for a dimension
dimensions?: ReportConfigComparisonExpression
Property Value
or
The logical "OR" expression. Must have at least 2 items.
or?: ReportConfigFilter[]
Property Value
tags
Has comparison expression for a tag
tags?: ReportConfigComparisonExpression
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