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
System_CAPS_pubproperty Count

Gets the approximate count of documents falling within the bucket described by this facet.

System_CAPS_pubproperty Value

Gets the value of the facet, or the inclusive lower bound if it's an interval facet.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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