FacetResult.Count Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public long? Count { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : Nullable<int64>
Public ReadOnly Property Count As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to