Share via


FacetResult Class

Definition

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
FacetResult

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