FeedResponse<T>.Count Property

Definition

Gets the number of items returned in the response from the Azure Cosmos DB service.

public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

Count of items in the response.

Applies to