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
public class FacetResult : Azure.ResourceManager.ResourceGraph.Models.Facet, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceGraph.Models.FacetResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceGraph.Models.FacetResult>
type FacetResult = class
inherit Facet
type FacetResult = class
inherit Facet
interface IJsonModel<FacetResult>
interface IPersistableModel<FacetResult>
Public Class FacetResult
Inherits Facet
Public Class FacetResult
Inherits Facet
Implements IJsonModel(Of FacetResult), IPersistableModel(Of FacetResult)
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET