FacetRequestOptions 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.
The options for facet evaluation.
public class FacetRequestOptions
type FacetRequestOptions = class
Public Class FacetRequestOptions
- Inheritance
-
FacetRequestOptions
Constructors
FacetRequestOptions() |
Initializes a new instance of FacetRequestOptions. |
Properties
Filter |
Specifies the filter condition for the 'where' clause which will be run on main query's result, just before the actual faceting. |
SortBy |
The column name or query expression to sort on. Defaults to count if not present. |
SortOrder |
The sorting order by the selected column (count by default). |
Top |
The maximum number of facet rows that should be returned. |
Applies to
Azure SDK for .NET