ChangeFeedEstimatorRequestOptions.MaxItemCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of estimations to return per page.
public int? MaxItemCount { get; set; }
member this.MaxItemCount : Nullable<int> with get, set
Public Property MaxItemCount As Nullable(Of Integer)
Property Value
Remarks
If this value is greater than the number of leases, all estimations will be returned in the first page.