DocumentSearchResult<T>.Count Property

Definition

Gets the total count of results found by the search operation, or null if the count was not requested. If present, the count may be greater than the number of results in this response. This can happen if you use the $top or $skip parameters, or if Azure Cognitive Search can't return all the requested documents in a single Search response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to