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 : Microsoft.Azure.Management.ResourceGraph.Models.Facet
type FacetResult = class
inherit Facet
Public Class FacetResult
Inherits Facet
- Inheritance
Constructors
FacetResult() |
Initializes a new instance of the FacetResult class. |
FacetResult(String, Int64, Int32, Object) |
Initializes a new instance of the FacetResult class. |
Properties
Count |
Gets or sets number of records returned in the facet response. |
Data |
Gets or sets a JObject array or Table containing the desired facets. Only present if the facet is valid. |
Expression |
Gets or sets facet expression, same as in the corresponding facet request. (Inherited from Facet) |
TotalRecords |
Gets or sets number of total records in the facet results. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET