ValueFacet<T> Class
Applies To: Microsoft Azure
A single bucket of a simple or interval facet query result that reports the number of documents with a field falling within a particular interval or having a specific value.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Search.Models.ValueFacet<T>
Syntax
public class ValueFacet<T>
generic<typename T>
public ref class ValueFacet
type ValueFacet<'T> = class end
Public Class ValueFacet(Of T)
Type Parameters
- T
A type that matches the type of the field to which the facet was applied.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the approximate count of documents falling within the bucket described by this facet. |
![]() |
Value | Gets the value of the facet, or the inclusive lower bound if it's an interval facet. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Search.Models Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)