RangeFacetResult<T> Class
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.
A single bucket of a range facet query result that reports the number of documents with a field value falling within a particular range.
public class RangeFacetResult<T> where T : struct
type RangeFacetResult<'T (requires 'T : struct)> = class
Public Class RangeFacetResult(Of T)
- T
A type that matches the type of the field to which the facet was applied. Valid types include
DateTimeOffset
, Double
, and
Int64
(long in C#, int64 in F#).
- Inheritance
-
RangeFacetResult<T>
Range |
Creates a new instance of the |
Count |
Gets the approximate count of documents falling within the bucket described by this facet. |
From |
Gets a value indicating the inclusive lower bound of the facet's range, or |
To |
Gets a value indicating the exclusive upper bound of the facet's range, or |
Продукт | Версії |
---|---|
Azure SDK for .NET | Legacy |
Відгук про Azure SDK for .NET
Azure SDK for .NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: