ReportConfigComparisonExpression interface
The comparison expression to be used in the report.
Properties
name | The name of the column to use in comparison. |
operator | The operator to use for comparison. |
values | Array of values to use for comparison |
Property Details
name
The name of the column to use in comparison.
name: string
Property Value
string
operator
The operator to use for comparison.
operator: string
Property Value
string
values
Array of values to use for comparison
values: string[]
Property Value
string[]
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