GetItemCollectionOptions.Limit Property

Definition

The optional limit parameter recommends the number of items that should be present in the response document. Minimum = 1. Maximum = 10000. Default = 10.

public int? Limit { get; set; }
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)

Property Value

Applies to