FacetResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Successfully executed facet containing additional statistics on the response of a query.
public class FacetResult : Azure.ResourceManager.ResourceGraph.Models.Facet
type FacetResult = class
inherit Facet
Public Class FacetResult
Inherits Facet
- Inheritance
Properties
Count |
Number of records returned in the facet response. |
Data |
A JObject array or Table containing the desired facets. Only present if the facet is valid. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Expression |
Facet expression, same as in the corresponding facet request. (Inherited from Facet) |
TotalRecords |
Number of total records in the facet results. |
Applies to
Azure SDK for .NET