ChangeFeedEstimatorRequestOptions.MaxItemCount Property

Definition

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.

Applies to