FacetResult Class
Successfully executed facet containing additional statistics on the response of a query.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.resourcegraph.models._models_py3.FacetFacetResult
Constructor
FacetResult(*, expression: str, total_records: int, count: int, data: object, **kwargs)
Parameters
- total_records
- <xref:long>
Required
Required. Number of total records in the facet results.
- data
- object
Required
Required. A JObject array or Table containing the desired facets. Only present if the facet is valid.
Feedback
Submit and view feedback for