RangeFacet.Count Property
Gets the approximate count of documents falling within the bucket described by this facet.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As RangeFacet(Of T)
Dim value As Long
value = instance.Count
Syntax
'Declaration
Public Property Count As Long
public long Count { get; }
public:
property long long Count {
long long get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public long get_Count ()
CompilerGeneratedAttribute
public function get Count () : long
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.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
RangeFacet Class
RangeFacet Members
Microsoft.Azure.Search.Models Namespace