Share via


TableQuery.Take(Nullable<Int32>) Method

Definition

Defines the upper bound for the number of entities the query returns.

public Microsoft.Azure.Cosmos.Table.TableQuery Take (int? take);
member this.Take : Nullable<int> -> Microsoft.Azure.Cosmos.Table.TableQuery
Public Function Take (take As Nullable(Of Integer)) As TableQuery

Parameters

take
Nullable<Int32>

The maximum number of entities for the table query to return.

Returns

A TableQuery instance set with the number of entities to return.

Applies to