Share via


TableQuery<TElement>.Take(Nullable<Int32>) Method

Definition

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

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

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