DocumentSearchResult<T>.Count Property
Definition
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET