Bagikan melalui


MongoDBCursorMethodsProperties.Limit Property

Definition

Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> Limit { get; set; }
member this.Limit : Azure.Core.Expressions.DataFactory.DataFactoryElement<int> with get, set
Public Property Limit As DataFactoryElement(Of Integer)

Property Value

Applies to